chore: use concurrency for Github actions (#8413)
This commit is contained in:
parent
be26137041
commit
6e705f9736
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -11,6 +11,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
linux-main-checks:
|
||||
# https://github.com/actions/virtual-environments#available-environments
|
||||
|
Loading…
Reference in New Issue
Block a user