mirror of https://gitea.com/gitea/act_runner.git
chore(ci): require ENABLE_PROMOTE for promote cron (#84)
This commit is contained in:
parent
fe551a9d69
commit
b3cd631d23
|
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
if: vars.ENABLE_PROMOTE || github.event_name != 'schedule'
|
||||
name: promote
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue