Skip to content

Commit fa33507

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

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)