Skip to content

Commit

Permalink
config: update workflow cron
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Dec 21, 2023
1 parent f85d490 commit bdcb431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dump-api-data.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: "0 12 * * 7" # At 12:00 on Sunday.” https://crontab.guru/#0_12_*_*_7
- cron: "0 12 * * FRI" # At 12:00 on Friday.
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bdcb431

Please sign in to comment.