Skip to content

Commit b3cd631

Browse files
chore(ci): require ENABLE_PROMOTE for promote cron (#84)
1 parent fe551a9 commit b3cd631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
release:
9+
if: vars.ENABLE_PROMOTE || github.event_name != 'schedule'
910
name: promote
1011
runs-on: ubuntu-latest
1112
steps:

0 commit comments

Comments
 (0)