Skip to content

Commit 051c476

Browse files
- Ignore style suggestions.
1 parent 00711cd commit 051c476

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,13 +1194,11 @@ jobs:
11941194
|| [ "${{ github.repository }}" != "stackql/stackql-devel" ] \
11951195
) \
11961196
&& [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
1197-
# shellcheck disable=SC2235 \
11981197
&& ( \
11991198
[ "${{ github.ref_type }}" = "branch" ] \
12001199
&& [ "${{ github.ref_name }}" = "main" ] \
12011200
&& [ "${{ github.event_name }}" = "push" ] \
12021201
) \
1203-
# shellcheck disable=SC2235 \
12041202
|| ( \
12051203
[ "${{ github.ref_type }}" = "tag" ] \
12061204
&& [ "$( grep '^build-release.*' <<< '${{ github.ref_name }}' )" != "" ] \

0 commit comments

Comments
 (0)