We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b8297 commit 30b57f5Copy full SHA for 30b57f5
1 file changed
.github/workflows/run-system-tests.yml
@@ -159,7 +159,7 @@ jobs:
159
160
# Load Strimzi images from Build workflow
161
- name: Load Strimzi images
162
- if: ${{ env.DOCKER_TAG == 'latest' && inputs.ref != 'main' }}
+ if: ${{ env.DOCKER_TAG == 'latest' && inputs.ref != 'refs/heads/main' }}
163
uses: ./.github/actions/build/containers-load
164
with:
165
architecture: ${{ matrix.config.arch }}
0 commit comments