ci: limit the number of running CI runs

This commit is contained in:
Amin Yahyaabadi 2024-03-31 23:53:54 -07:00
parent 4f1627cf7a
commit df26d7ef8a
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ on:
tags:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
Build:
runs-on: ubuntu-22.04