x-checker: Add a concurrency key to prevent multiple runs racing

against each other
This commit is contained in:
bbhtt
2024-11-05 08:12:39 +05:30
parent 626c65dedb
commit 8a1ac6d6b2
@@ -5,6 +5,10 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
flathub-data-checker-global:
runs-on: ubuntu-latest