Skip to content

Commit

Permalink
run workflow on Tuesdays
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 2, 2024
1 parent 92029e5 commit aca03b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-download-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Weekly Summary Download Statistics

on:
schedule:
- cron: '0 11 * * 1' # This runs the job every Monday at 11 AM
- cron: '0 11 * * 2' # This runs the job every Tuesday at 11 AM

jobs:
run-weekly-summary:
Expand Down

0 comments on commit aca03b2

Please sign in to comment.