Skip to content

Commit 6f00a54

Browse files
committed
[CI] fix yaml lint
1 parent f043e84 commit 6f00a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
88
- "1.x"
99
pull_request: null
1010
schedule:
11-
- cron: '0 14 * * 1'
11+
- cron: "0 14 * * 1"
1212
# Allow manually triggering the workflow.
1313
workflow_dispatch: null
1414

0 commit comments

Comments
 (0)