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