Merge pull request #2243 from lucab/ups/workflow-checkout

workflow/release: further refinements
This commit is contained in:
OpenShift Merge Robot 2020-11-18 17:14:05 +01:00 committed by GitHub
commit e33ada1c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ name: Release
on:
pull_request:
branches: [master]
paths:
- 'configure.ac'
jobs:
ci-release-build:
@ -14,6 +16,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
submodules: 'recursive'
fetch-depth: '0'
- name: Checkout (HEAD)