mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-15 10:03:02 +01:00
Fix conditional for CI Pipeline call
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user