Skip to content

Commit

Permalink
concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Feb 13, 2024
1 parent af35cff commit 25c0ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
push:
branches:
- main
concurrency:
group: release
cancel-in-progress: true
jobs:
verify:
name: Release
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down

0 comments on commit 25c0ad6

Please sign in to comment.