Abort scala3 jobs when pushing new commits on the PR (#30500)
This commit is contained in:
parent
01ba40f2a8
commit
71263db0cc
1 changed files with 6 additions and 0 deletions
6
.github/workflows/scala3-build.yml
vendored
6
.github/workflows/scala3-build.yml
vendored
|
|
@ -7,6 +7,12 @@ on:
|
|||
- master
|
||||
tags-ignore: [ v.* ]
|
||||
|
||||
|
||||
concurrency:
|
||||
# Only run once for latest commit per ref and cancel other (previous) runs.
|
||||
group: ci-scala3-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue