mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
fix issues with cancelling jobs (#742)
This commit is contained in:
parent
ca5246099b
commit
bcd1a96a82
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [veracode, build_and_test, all_tests_matrix]
|
||||
if: >
|
||||
!failure() &&
|
||||
!(failure() || cancelled()) &&
|
||||
contains(github.event.head_commit.message, '[release]') &&
|
||||
github.event_name != 'pull_request' &&
|
||||
(github.ref_name == 'master' || startsWith(github.ref_name, 'SP/') || startsWith(github.ref_name, 'HF/'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user