File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1188,16 +1188,19 @@ jobs:
11881188 run : |
11891189 BUILD_IMAGE_REQUIRED="true"
11901190 PUSH_IMAGE_REQUIRED="false"
1191+ # shellcheck disable=SC2235
11911192 if ( \
11921193 [ "${{ github.repository }}" = "stackql/stackql" ] \
11931194 || [ "${{ github.repository }}" != "stackql/stackql-devel" ] \
11941195 ) \
11951196 && [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
1197+ # shellcheck disable=SC2235 \
11961198 && ( \
11971199 [ "${{ github.ref_type }}" = "branch" ] \
11981200 && [ "${{ github.ref_name }}" = "main" ] \
11991201 && [ "${{ github.event_name }}" = "push" ] \
12001202 ) \
1203+ # shellcheck disable=SC2235 \
12011204 || ( \
12021205 [ "${{ github.ref_type }}" = "tag" ] \
12031206 && [ "$( grep '^build-release.*' <<< '${{ github.ref_name }}' )" != "" ] \
You can’t perform that action at this time.
0 commit comments