Skip to content

Commit 2bd9ae7

Browse files
Update run-tests.yml
1 parent 3782e44 commit 2bd9ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check user permissions
14-
if: contains(github.event.pull_request.labels.*.name, 'safe-to-test')
14+
if: ! contains(github.event.pull_request.labels.*.name, 'safe-to-test')
1515
run: |
1616
echo "Action was not authorized. Exiting now."
1717
exit 1

0 commit comments

Comments
 (0)