Skip to content

Commit 79aa7d9

Browse files
Avoid duplicate runs (#791)
1 parent d1d06c6 commit 79aa7d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/process-submission.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
github.event_name == 'workflow_dispatch' ||
2222
(github.event_name == 'issue_comment' &&
2323
github.event.issue.pull_request == null &&
24+
github.event.sender.login != 'github-actions[bot]' &&
25+
github.event.sender.login != 'github-actions' &&
2426
contains(github.event.comment.body, '/process')) ||
2527
(github.event_name == 'issues' && github.event.label.name == 'approved')
2628
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)