Skip to content

Commit 30b57f5

Browse files
committed
Compare main branch ref properly in STs workflow
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent 24b8297 commit 30b57f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
# Load Strimzi images from Build workflow
161161
- name: Load Strimzi images
162-
if: ${{ env.DOCKER_TAG == 'latest' && inputs.ref != 'main' }}
162+
if: ${{ env.DOCKER_TAG == 'latest' && inputs.ref != 'refs/heads/main' }}
163163
uses: ./.github/actions/build/containers-load
164164
with:
165165
architecture: ${{ matrix.config.arch }}

0 commit comments

Comments
 (0)