Skip to content

Commit

Permalink
Cancel previous in-progress workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Dec 3, 2023
1 parent e6add4b commit 7ac3018
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Check the code

on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -50,5 +53,5 @@ jobs:

- name: Run integration tests
run: |
npm install create-vite
npm install create-vite --global
pnpm run test-integration

0 comments on commit 7ac3018

Please sign in to comment.