mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
x-checker: Add a concurrency key to prevent multiple runs racing
against each other
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user