We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4075f commit 894539dCopy full SHA for 894539d
1 file changed
.github/workflows/miner.yml
@@ -12,7 +12,8 @@ name: miner
12
on:
13
# Triggers on schedule
14
schedule:
15
- - cron: 30 2 * * 3 # 02:30 UTC every Wednesday: https://crontab.guru/#30_2_*_*_3
+ - cron: 30 2 15 * * # 02:30 UTC on the 15th of each month: https://crontab.guru/#30_2_15_*_*
16
+ # - cron: 30 2 * * 3 # 02:30 UTC every Wednesday: https://crontab.guru/#30_2_*_*_3
17
# Allows you to run this workflow manually from the Actions tab
18
workflow_dispatch:
19
0 commit comments