Skip to content

Commit

Permalink
cancel running CI jobs when a PR is updated (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceninja committed Mar 14, 2022
1 parent 11bdb1c commit cdb8416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -7,6 +7,10 @@ on:
- main
- v-next

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cdb8416

Please sign in to comment.