We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5812a80 commit 74d0250Copy full SHA for 74d0250
.github/workflows/integration-gcp.yml
@@ -17,7 +17,7 @@ name: Integration Tests - GCP
17
on:
18
workflow_dispatch: {} # allow manual runs for testing
19
schedule:
20
- - cron: '30 14 * * *' # daily at 14:30 UTC, runs on default branch only (aka main)
+ - cron: '30 14 * * *' # daily at 14:30 UTC, runs on default branch only
21
push:
22
branches:
23
- main
0 commit comments