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 00711cd commit 051c476Copy full SHA for 051c476
.github/workflows/build.yml
@@ -1194,13 +1194,11 @@ jobs:
1194
|| [ "${{ github.repository }}" != "stackql/stackql-devel" ] \
1195
) \
1196
&& [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
1197
- # shellcheck disable=SC2235 \
1198
&& ( \
1199
[ "${{ github.ref_type }}" = "branch" ] \
1200
&& [ "${{ github.ref_name }}" = "main" ] \
1201
&& [ "${{ github.event_name }}" = "push" ] \
1202
1203
1204
|| ( \
1205
[ "${{ github.ref_type }}" = "tag" ] \
1206
&& [ "$( grep '^build-release.*' <<< '${{ github.ref_name }}' )" != "" ] \
0 commit comments