Skip to content

Commit

Permalink
Github Actions cron time is in UTC, adjusting to 12:30 PST to get run…
Browse files Browse the repository at this point in the history
… at the earliest (#9096)
  • Loading branch information
meghalims authored May 24, 2024
1 parent 4e54c84 commit 5452d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci-dgraph-upgrade-fixed-versions-tests
on:
schedule:
- cron: "0 11 * * *" # 1 run per day
- cron: "30 20 * * *" # 1 run per day
jobs:
dgraph-upgrade-fixed-versions-tests:
runs-on: warp-ubuntu-latest-x64-16x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main
- 'release/**'
schedule:
- cron: "0 11 * * *" # 1 run per day
- cron: "30 20 * * *" # 1 run per day
jobs:
dgraph-upgrade-tests:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 5452d8f

Please sign in to comment.