chore(ci): require ENABLE_PROMOTE for promote cron (#84)

This commit is contained in:
ChristopherHX
2025-04-02 13:01:13 +02:00
committed by GitHub
parent fe551a9d69
commit b3cd631d23

View File

@@ -6,6 +6,7 @@ on:
jobs:
release:
if: vars.ENABLE_PROMOTE || github.event_name != 'schedule'
name: promote
runs-on: ubuntu-latest
steps: