Skip to content

Commit c877ebf

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (GHA): Only run the Statuses workflow when a pull request is opened or synchronized (#42389)
(cherry picked from commit 5573001)
1 parent f0b203b commit c877ebf

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)