Adds concurrency

pull/7154/head
Gokhan Gulbiz 2023-08-22 13:20:20 +03:00
parent 262aff22c4
commit ae588a337b
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
name: Build & Test
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs: