Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
required: false
default: false
type: boolean
schedule: # UTC at 0300
- cron: "0 3 * * *"
schedule: # UTC at 0300, 1100, and 1900
- cron: "0 3,11,19 * * *"
# Trigger workflow when file is modified
push:
paths:
Expand Down
Loading