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 c17944d commit 276c252Copy full SHA for 276c252
.github/workflows/template-schema-updater.yaml
@@ -1,6 +1,7 @@
1
on:
2
schedule:
3
- cron: '*/5 * * * *'
4
+ workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
5
jobs:
6
job:
7
runs-on: ubuntu-latest
0 commit comments