We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17c9a3 commit a0dc542Copy full SHA for a0dc542
1 file changed
.github/workflows/polka-codes-review-pr.yml
@@ -20,6 +20,7 @@ concurrency:
20
21
jobs:
22
handle:
23
+ if: github.event_name == 'workflow_dispatch' || contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.pull_request.author_association)
24
timeout-minutes: 10
25
runs-on: ubuntu-latest
26
steps:
0 commit comments