File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" ] \
You can’t perform that action at this time.
0 commit comments