add concurrency

This commit is contained in:
Osman Faruk Bayram 2025-10-24 10:23:32 +03:00
parent 9b8de64137
commit 4dc99972b0

View file

@ -5,6 +5,9 @@ on:
- cron: '0 0 * * *' # Every day at midnight UTC
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
generate-matrix: