Skip to content

Commit 71fb1b1

Browse files
committed
fix: small adjustments to workflow file
1 parent 7312fac commit 71fb1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test-workflow-call.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ jobs:
116116
- uses: actions/checkout@v4
117117
if: ${{ inputs.build-and-push-docker-image }}
118118
- name: Install dependencies
119-
if: ${{ inputs.build-and-push-docker-image-wasm }}
119+
if: ${{ inputs.build-and-push-docker-image }}
120120
run: make python-install-deps
121121

122122
- name: Determine Build arguments
123-
if: ${{ inputs.build-and-push-docker-image-wasm }}
123+
if: ${{ inputs.build-and-push-docker-image }}
124124
id: build-args
125125
run: |
126126
echo "version=$(scripts/get-libwasm-version.py --get-version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)