Skip to content

Commit 276c252

Browse files
authored
enable manual Template Schema upgrades (#163)
1 parent c17944d commit 276c252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/template-schema-updater.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
schedule:
33
- 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
45
jobs:
56
job:
67
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)