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 fb504c9 commit 27b4439Copy full SHA for 27b4439
.github/workflows/build.yml
@@ -1115,6 +1115,9 @@ jobs:
1115
run: |
1116
BUILD_IMAGE_REQUIRED="true"
1117
PUSH_IMAGE_REQUIRED="false"
1118
+ if [ "$( grep '^build-elide.*' <<< '${{ github.ref_name }}' )" = "" ]; then
1119
+ BUILD_IMAGE_REQUIRED="false"
1120
+ fi
1121
# shellcheck disable=SC2235
1122
if ( \
1123
[ "${{ github.repository }}" = "stackql/stackql" ] \
@@ -1354,6 +1357,9 @@ jobs:
1354
1357
1355
1358
1356
1359
1360
1361
1362
1363
1364
1365
0 commit comments