We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a4cdf commit be2d066Copy full SHA for be2d066
.github/workflows/wasmcloud.yml
@@ -150,7 +150,7 @@ jobs:
150
151
build-wash-bin:
152
needs: [meta]
153
- if: ${{ needs.meta.outputs.wasmcloud_modified == 'true' || startsWith(github.ref, 'refs/tags/wash-cli-v') }}
+ if: ${{ needs.meta.outputs.wasmcloud_modified == 'true' || startsWith(github.ref, 'refs/tags/wash-cli-v') || startswith(github.ref, 'refs/tags/provider-') }}
154
strategy:
155
matrix:
156
config:
@@ -406,7 +406,6 @@ jobs:
406
- run: docker load < ./wash-aarch64-unknown-linux-musl-oci
407
- run: docker run --rm wash:$(nix eval --raw .#wash-aarch64-unknown-linux-musl-oci.imageTag) wash --version
408
409
-
410
test-wash-linux-x86_64:
411
runs-on: ubuntu-22.04
412
needs: build-wash-bin
0 commit comments