We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe551a9 commit b3cd631Copy full SHA for b3cd631
.github/workflows/promote.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
release:
9
+ if: vars.ENABLE_PROMOTE || github.event_name != 'schedule'
10
name: promote
11
runs-on: ubuntu-latest
12
steps:
0 commit comments