Skip to content

Commit

Permalink
[CI] fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Nov 24, 2023
1 parent f043e84 commit 6f00a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
- "1.x"
pull_request: null
schedule:
- cron: '0 14 * * 1'
- cron: "0 14 * * 1"
# Allow manually triggering the workflow.
workflow_dispatch: null

Expand Down

0 comments on commit 6f00a54

Please sign in to comment.