We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d09b1c commit 294558eCopy full SHA for 294558e
.github/workflows/gcp.yml
@@ -5,7 +5,7 @@ concurrency: gcp-run
5
on:
6
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
7
schedule:
8
- - cron: '0 6 * * *' # Execute every day at 6AM UTC
+ - cron: '0 5 * * *' # Execute every day at 5AM UTC
9
workflow_dispatch:
10
inputs:
11
testClasses:
0 commit comments