mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
allow workflow_dispatch on tag-monthly
This commit is contained in:
parent
0529da81bc
commit
7ea25ed42d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tag-monthly.yml
vendored
1
.github/workflows/tag-monthly.yml
vendored
|
@ -2,6 +2,7 @@ name: tag-monthly
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 2 1 * *'
|
||||
workflow_dispatch: {}
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue