Fix security-checkpoint job again

This commit is contained in:
Dominion
2023-04-29 15:34:27 -04:00
parent 5226a70445
commit 63e00fd011
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
labels: CI Cleared
- name: Fail Clearance Check if PR has Unlabeled new Commits from Fork
if: (github.event.action == 'synchronize' || github.event.action == 'reopened') && !contains(github.event.pull_request.labels.*.name, 'CI Cleared')
if: (github.event.action == 'synchronize' || github.event.action == 'reopened') || ((github.event.action == 'opened' || github.event.action == 'labeled') && !contains(github.event.pull_request.labels.*.name, 'CI Cleared'))
run: exit 1
start-ci-run-gate: