mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
fix issues with cancelling jobs (#742)
This commit is contained in:
@@ -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/'))
|
||||
|
||||
Reference in New Issue
Block a user