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 60eb856 commit eb3d4c6Copy full SHA for eb3d4c6
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
build-previewctl:
49
name: Build previewctl
50
needs: [configuration]
51
- if: {{ needs.configuration.preview_enable == 'true '}
+ if: ${{ needs.configuration.preview_enable == 'true' || needs.configuration.is_main_branch == 'true' }}
52
concurrency:
53
group: ${{ github.head_ref || github.ref }}-build-previewctl
54
# see comment in build-gitpod below for context
0 commit comments