Skip to content

Commit 7639b1a

Browse files
DilumAluthgeLilithHafner
authored andcommitted
CI (GHA): Only run the Statuses workflow when a pull request is opened or synchronized (JuliaLang#42389)
1 parent 882a64d commit 7639b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/statuses.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
# write permissions, even if the PR is from a fork.
2121
# Therefore, for security reasons, we do not checkout any code in this workflow.
2222
pull_request_target:
23+
types: [opened, synchronize]
2324
branches:
2425
- 'master'
2526
- 'release-*'

0 commit comments

Comments
 (0)