Add concurrency settings to unit test workflow

This commit is contained in:
Palash Tyagi 2025-05-02 23:36:30 +01:00
parent 44e15ae489
commit 55a3c788ea

View File

@ -6,6 +6,9 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
run-unit-tests: run-unit-tests: