no concurrency

This commit is contained in:
Osman Faruk Bayram 2025-09-15 16:45:34 +03:00
parent 05672d4b09
commit 7020149e6d

View file

@ -4,6 +4,10 @@ on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04