We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3782e44 commit 2bd9ae7Copy full SHA for 2bd9ae7
.github/workflows/run-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check user permissions
14
- if: contains(github.event.pull_request.labels.*.name, 'safe-to-test')
+ if: ! contains(github.event.pull_request.labels.*.name, 'safe-to-test')
15
run: |
16
echo "Action was not authorized. Exiting now."
17
exit 1
0 commit comments