1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-30 19:22:09 +00:00

allow workflow_dispatch on tag-monthly

This commit is contained in:
Casey Lee 2022-06-20 16:33:24 -07:00
parent 0529da81bc
commit 7ea25ed42d

View file

@ -2,6 +2,7 @@ name: tag-monthly
on:
schedule:
- cron: '0 2 1 * *'
workflow_dispatch: {}
env:
GO_VERSION: 1.18