Skip to content

Commit

Permalink
Fixing schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanachi committed Aug 26, 2024
1 parent fcb96c7 commit 431e49d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Scheduled Publish

on:
schedule:
- cron: '30 13 * * Mon' # Run at 10:30am every day
- cron: '30 13 * * 1' # Run at 10:30am (1:30pm UTC) every Monday

jobs:
refresh:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 431e49d

Please sign in to comment.