Skip to content

Commit

Permalink
ci: Add concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Mar 18, 2024
1 parent 9e976d2 commit 72d46e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
- '.github/ISSUE_TEMPLATE/**'
- '.github/**/*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

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

0 comments on commit 72d46e2

Please sign in to comment.