mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
ci: add concurrency flag for CI workflows (#448)
This commit is contained in:
committed by
GitHub
parent
c0aa707315
commit
bd34c194cb
@@ -7,6 +7,10 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
spell_checking:
|
||||
name: LanguageTool
|
||||
|
||||
Reference in New Issue
Block a user