Abort scala3 jobs when pushing new commits on the PR (#30500)

This commit is contained in:
Ignasi Marimon-Clos 2021-08-06 18:43:59 +02:00 committed by GitHub
parent 01ba40f2a8
commit 71263db0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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