Skip to content

Commit

Permalink
chore: re-schedule weekly cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Nov 14, 2024
1 parent 659c345 commit 1978675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI Weekly

on:
schedule:
# Run at 00:20 every Monday
- cron: '20 0 * * Mon'
# Run at 07:20 every Monday
- cron: '20 7 * * Mon'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1978675

Please sign in to comment.