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: push:
workflow_dispatch: workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04