Update unit-tests.yaml

This commit is contained in:
Itxaka 2023-08-08 18:17:52 +02:00 committed by GitHub
parent 6d494da331
commit d6c280c642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ on:
- master
pull_request:
concurrency:
group: ci-unit-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest