Skip to content

Commit fb504c9

Browse files
- Docker build elide capability.
1 parent acd9de6 commit fb504c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,7 @@ jobs:
11211121
|| [ "${{ github.repository }}" != "stackql/stackql-devel" ] \
11221122
) \
11231123
&& [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
1124+
&& [ "$( grep '^build-elide.*' <<< '${{ github.ref_name }}' )" = "" ] \
11241125
&& ( \
11251126
[ "${{ github.ref_type }}" = "branch" ] \
11261127
&& [ "${{ github.ref_name }}" = "main" ] \
@@ -1359,6 +1360,7 @@ jobs:
13591360
|| [ "${{ github.repository }}" != "stackql/stackql-devel" ] \
13601361
) \
13611362
&& [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
1363+
&& [ "$( grep '^build-elide.*' <<< '${{ github.ref_name }}' )" = "" ] \
13621364
&& ( \
13631365
[ "${{ github.ref_type }}" = "branch" ] \
13641366
&& [ "${{ github.ref_name }}" = "main" ] \

0 commit comments

Comments
 (0)