Skip to content

Commit

Permalink
[fix] workflow cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed May 13, 2024
1 parent 3ac53b5 commit ad28943
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
branches:
- main
workflow_dispatch:
schedule:
# Runs at 10:00 UTC from March to November (PDT, UTC-7)
- cron: '0 10 * 3-11 *'
# Runs at 11:00 UTC from November to March (PST, UTC-8)
- cron: '0 11 * 1-3,11,12 *'
# schedule:
# # Runs at 10:00 UTC from March to November (PDT, UTC-7)
# - cron: '0 10 * 3-11 *'
# # Runs at 11:00 UTC from November to March (PST, UTC-8)
# - cron: '0 11 * 1-3,11,12 *'

jobs:

Expand Down

0 comments on commit ad28943

Please sign in to comment.