Skip to content

Commit 294558e

Browse files
Fixing gcpMSSQL (#967)
* Fixing gcpMSSQL
1 parent 5d09b1c commit 294558e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency: gcp-run
55
on:
66
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
77
schedule:
8-
- cron: '0 6 * * *' # Execute every day at 6AM UTC
8+
- cron: '0 5 * * *' # Execute every day at 5AM UTC
99
workflow_dispatch:
1010
inputs:
1111
testClasses:

0 commit comments

Comments
 (0)