Skip to content

Commit 1a8d535

Browse files
committed
cicd: enable manual dispatch of autoupdate workflows
1 parent 3f458e3 commit 1a8d535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Update Python template version pins
22
on:
33
schedule:
44
- cron: '0 0 1 1,7 *'
5+
workflow_dispatch:
56

67
env:
78
PYTHON_TEMPLATE_LOCATION: "python/{{cookiecutter.project_slug}}"

0 commit comments

Comments
 (0)