cicd: move branch locality checking to the release workflow
This commit is contained in:
parent
30dc31ff53
commit
010f288b3c
2 changed files with 14 additions and 3 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
name: Release
|
||||
needs: [init, fast_checks, full_checks, min_version, build, sanitize]
|
||||
if: >
|
||||
github.event.pull_request.head.repo.full_name == github.repository &&
|
||||
github.event_name == 'pull_request' &&
|
||||
startsWith(github.head_ref, 'release/v') &&
|
||||
!github.event.pull_request.draft
|
||||
uses: ./.github/workflows/release.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue