Skip to content

Commit

Permalink
ci: archive urls weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Jan 11, 2025
1 parent 6745913 commit a991e96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/archive-new-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Check New Conference URLs

on:
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
# Runs at 00:00 UTC on Friday
# https://crontab.guru/#0_0_*_*_6
- cron: '0 0 * * 6'
workflow_dispatch:
# Allows manual triggering

Expand Down

0 comments on commit a991e96

Please sign in to comment.