Skip to content

Commit 2b79d05

Browse files
committed
add workflow dispatch
1 parent 7f06d85 commit 2b79d05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update_coc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Update Code of Conduct
22

33
on:
4-
workflow_dispatch:
5-
# Run every Sunday at midnight UTC (00:00) - triggered by webhook?
6-
schedule:
7-
- cron: '0 0 * * 0'
4+
workflow_dispatch:
5+
# Run every Sunday at midnight UTC (00:00) - triggered by webhook?
6+
schedule:
7+
- cron: '0 0 * * 0'
88

99
# permissions:
1010
# contents: write

0 commit comments

Comments
 (0)