Skip to content

Commit

Permalink
Fix/update staging smoketest cron (#2840)
Browse files Browse the repository at this point in the history
* chore: update cron schedule for smoke test workflow

* chore: update cron schedule for smoke test workflow (used AM by mistake the fist time)

* fix: double check copilots suggestions 🧐 - skip hour 0
  • Loading branch information
andrewleith authored Aug 6, 2024
1 parent dd909bf commit c7123e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "release-*"
schedule:
- cron: "0 */3 * * *"
- cron: "0 3,6,9,12,15,18,21 * * *"
defaults:
run:
shell: bash
Expand Down

0 comments on commit c7123e6

Please sign in to comment.