Update unit-tests.yml

This commit is contained in:
Itxaka
2023-08-08 18:18:16 +02:00
committed by GitHub
parent 639e787706
commit 3a6bd03e24

View File

@@ -6,6 +6,9 @@ on:
pull_request:
env:
FORCE_COLOR: 1
concurrency:
group: ci-unit-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-latest