From bc5b96ed8458394c2cc1a0a37f9a60ad0d595699 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:25:51 -0400 Subject: [PATCH] ci: change name of workflows --- .github/workflows/wasm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 41c55c1..9224a63 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -1,4 +1,4 @@ -name: Rust +name: Rust WASM concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -29,7 +29,7 @@ jobs: run: wasm-pack test --headless --chrome clippy: - name: Clippy + name: Clippy WASM runs-on: ubuntu-latest steps: - uses: wykies/checkout@main