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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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