Skip to content

Commit 894539d

Browse files
committed
Reduce data-mining GitHub Action to monthly
Instead of weekly, because the example repositories in `input/OSH-repos.csv` are not updated very often.
1 parent 2b4075f commit 894539d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/miner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ name: miner
1212
on:
1313
# Triggers on schedule
1414
schedule:
15-
- cron: 30 2 * * 3 # 02:30 UTC every Wednesday: https://crontab.guru/#30_2_*_*_3
15+
- 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
1617
# Allows you to run this workflow manually from the Actions tab
1718
workflow_dispatch:
1819

0 commit comments

Comments
 (0)