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 cad5159 commit 552c0dcCopy full SHA for 552c0dc
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
# Also run this workflow on day 10 of every month as the repo isn't that active.
10
schedule:
11
- cron: '0 0 10 * *'
12
+ # Allow manually triggering the workflow.
13
+ workflow_dispatch:
14
15
jobs:
16
xmllint:
0 commit comments