Skip to content

Commit 8a9f6f7

Browse files
authored
Update deploy-inner-test.yaml
1 parent e07902b commit 8a9f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-inner-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
INPUT_STRING: ${{ inputs.input-string }}
1919
steps:
2020
- name: Tag Testrunner Image
21-
if: inputs.input-string != 0
21+
if: ! inputs.input-string == 0
2222
shell: bash
2323
run: |
2424
if [ -z "$INPUT_STRING" ]; then

0 commit comments

Comments
 (0)