Skip to content

Commit 499442b

Browse files
authored
ci: trigger unstable image updates more frequently (#1960)
1 parent 09dd8b9 commit 499442b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
required: false
88
default: false
99
type: boolean
10-
schedule: # UTC at 0300
11-
- cron: "0 3 * * *"
10+
schedule: # UTC at 0300, 1100, and 1900
11+
- cron: "0 3,11,19 * * *"
1212
# Trigger workflow when file is modified
1313
push:
1414
paths:

0 commit comments

Comments
 (0)