Skip to content

Commit

Permalink
Use upstream's CI (#52)
Browse files Browse the repository at this point in the history
This patch removes the bespoke "WasmFX CI workflow" in favour of the using upstream's workflows. The only changes required to run upstream's workflows were to change a few strings, e.g. "bytecodealliance/wasm-tools" to "wasmfx/wasmfx-tools".
  • Loading branch information
dhil authored Jan 26, 2024
1 parent ac7b028 commit 115246e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
name: Build wasm-tools
runs-on: ${{ matrix.os }}
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/wasm-tools-')
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/wasmfx-tools-')
strategy:
matrix:
include:
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
path: dist

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'bytecodealliance/wasm-tools'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'wasmfx/wasmfx-tools'
with:
files: "dist/*"
91 changes: 0 additions & 91 deletions .github/workflows/wasmfx_main.yml

This file was deleted.

0 comments on commit 115246e

Please sign in to comment.