Skip to content

Commit

Permalink
Fix cron schedule.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Aug 31, 2024
1 parent 8de966b commit e8a9fae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Nightly tests
on:
workflow_dispatch: # note: if started manually, it won't run all matrix
schedule:
- cron: "*/10 * * * *"
# - cron: "0 3 * * *" # Runs at 03:00 (3 AM) UTC every day
- cron: "0 3 * * *" # Runs at 03:00 (3 AM) UTC every day

concurrency:
group: nightly-${{ github.head_ref || github.ref }}-${{ inputs }}
Expand Down

0 comments on commit e8a9fae

Please sign in to comment.