Skip to content

Commit 3d534dd

Browse files
committed
Disable triggering contributor workflow on PR closed
1 parent 1af2933 commit 3d534dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/fetch_contributors.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Fetch Contributors
22

33
on:
4-
pull_request: # This will run the workflow on pull request events
5-
types:
6-
- closed
74
workflow_dispatch: # This will run the workflow on manual trigger
85

96
permissions:

0 commit comments

Comments
 (0)