We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac8881 commit f8b6a36Copy full SHA for f8b6a36
.github/workflows/cpp-packaging.yml
@@ -5,7 +5,7 @@ on:
5
# Run a full packaging step any time a new branch is merged into main.
6
- main
7
schedule:
8
- - cron: "0 9 * * *" # 9am UTC = 1am PST / 2am PDT
+ - cron: "0 8 * * *" # 8am UTC = 12am PST / 1am PDT
9
workflow_dispatch:
10
inputs:
11
preserveIntermediateArtifacts:
0 commit comments