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 cad5159 + 552c0dc commit 4ffddc2Copy full SHA for 4ffddc2
.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