Skip to content

Commit

Permalink
Update and fix nightly test schedule
Browse files Browse the repository at this point in the history
Fix nightly test schedule bug and update the trigger timing to 0000 UTC.

Signed-off-by: Shyam Jesalpura [email protected]
  • Loading branch information
shyamjesal committed Jan 15, 2021
1 parent 0f82027 commit b22bdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: vHive nightly integration tests

on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
schedule:
- cron: '0 0 * * *'

env:
GOOS: linux
Expand Down

0 comments on commit b22bdb5

Please sign in to comment.