Skip to content

Commit

Permalink
update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Apr 23, 2024
1 parent 4202b23 commit 717afe0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/execute_advanced_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ on:
required: false
default: false
schedule:
# run at midnight UTC daily
- cron: "0 0 * * *"
# run at 6AM UTC Daily
# 6AM UTC -> 11PM PT
- cron: "0 6 * * *"

jobs:
e2e-admin-tests:
Expand Down

0 comments on commit 717afe0

Please sign in to comment.