Fix conditional for CI Pipeline call

This commit is contained in:
Jordan Dominion
2024-08-17 12:03:54 -04:00
parent 4262e1dee5
commit 2ed4f8f0b3
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
ci-pipline-workflow-call:
needs: security-checkpoint
if: github.event_name != 'pull_request_target' || needs.security-checkpoint.result == 'success'
if: (!(cancelled() || failure()) && (github.event_name != 'pull_request_target' || needs.security-checkpoint.result == 'success'))
uses: ./.github/workflows/ci-pipeline.yml
secrets: inherit
with: