Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 17, 2024
1 parent 2e58493 commit 809680e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm-simd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
${{ github.event.release.tag_name != '' || github.event.inputs.release == 'true' }}

concurrency:
group: linux-${{ github.ref }}
group: build-wasm-simd-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/test-dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- cron: "50 23 * * *"

concurrency:
group: test-dot-net
group: test-dot-net-${{ github.ref }}
cancel-in-progress: true

permissions:
Expand All @@ -46,13 +46,8 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x

- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit 809680e

Please sign in to comment.