Skip to content

Commit 1f665ee

Browse files
Run weekly instead of nightly
1 parent 289470c commit 1f665ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc-update-kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Update Kolla versions
33
on:
44
# Allow manual executions
55
workflow_dispatch:
6-
# Run nightly
6+
# Run weekly on Tuesday
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 0 * * 2'
99

1010
jobs:
1111
update-from-branch:

0 commit comments

Comments
 (0)