diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a381a8c586..15b40f35f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 - if: contains('${{ matrix.only }}', fromJson('["ppc64le", "s390x"]')) + if: contains(matrix.only, 'ppc64le') || contains(matrix.only, 's390x') with: toolchain: stable