Skip to content

Commit 6f32a29

Browse files
committed
ci: remove redundant build from release workflow
CI already tests on push to main; no need to rebuild for tag.
1 parent bf06951 commit 6f32a29

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Build and test
21-
run: |
22-
docker build \
23-
--build-arg WASMTIME_VERSION=44.0.0 \
24-
-t vmod-wasm-test .
25-
docker run --rm vmod-wasm-test make check
26-
2720
- name: Extract version from tag
2821
id: version
2922
run: echo "version=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)