We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f06d85 commit 2b79d05Copy full SHA for 2b79d05
.github/workflows/update_coc.yml
@@ -1,10 +1,10 @@
1
name: Update Code of Conduct
2
3
on:
4
- workflow_dispatch:
5
- # Run every Sunday at midnight UTC (00:00) - triggered by webhook?
6
- schedule:
7
- - cron: '0 0 * * 0'
+ workflow_dispatch:
+ # Run every Sunday at midnight UTC (00:00) - triggered by webhook?
+ schedule:
+ - cron: '0 0 * * 0'
8
9
# permissions:
10
# contents: write
0 commit comments