We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f043e84 commit 6f00a54Copy full SHA for 6f00a54
.github/workflows/integrate.yaml
@@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
8
- "1.x"
9
pull_request: null
10
schedule:
11
- - cron: '0 14 * * 1'
+ - cron: "0 14 * * 1"
12
# Allow manually triggering the workflow.
13
workflow_dispatch: null
14
0 commit comments