Skip to content

Commit f8b6a36

Browse files
authored
Kick off nightly packaging an hour earlier (#1409)
1 parent 9ac8881 commit f8b6a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Run a full packaging step any time a new branch is merged into main.
66
- main
77
schedule:
8-
- cron: "0 9 * * *" # 9am UTC = 1am PST / 2am PDT
8+
- cron: "0 8 * * *" # 8am UTC = 12am PST / 1am PDT
99
workflow_dispatch:
1010
inputs:
1111
preserveIntermediateArtifacts:

0 commit comments

Comments
 (0)