Skip to content

Commit 00711cd

Browse files
- Ignore style suggestions.
1 parent 7c809db commit 00711cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}' )" != "" ] \

0 commit comments

Comments
 (0)