Skip to content

Commit

Permalink
Fix permission for push CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosz committed Jun 6, 2024
1 parent 109f9e6 commit 2bf631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
exit 1
test:
needs: [permission]
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe PR')) }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 2bf631f

Please sign in to comment.