Skip to content

Commit 5dfa18a

Browse files
authored
Update continuous_integration.yml
1 parent de1e874 commit 5dfa18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Condition Evaluation: ${{ github.event_name == 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'safe to test') && steps.check.outputs.permitted=='false' }}"
4444
if: ${{ github.event_name == 'pull_request_target' }}
4545
- name: Check PR Safe to Run
46-
if: ${{ github.event_name == 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'safe to test') && !steps.check.outputs.permitted }}
46+
if: ${{ github.event_name == 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'safe to test') && steps.check.outputs.permitted=='false' }}
4747
run: exit 1
4848
- name: Remove Safe to Test Label # One commit is safe doesn't mean the next commit is safe.
4949
if: ${{ github.event_name == 'pull_request_target' }}

0 commit comments

Comments
 (0)