From aacc00a911c62ad3d37958f459a027d1ccbcf815 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 11 Jul 2023 15:10:35 +0100 Subject: [PATCH] update-updater-api: do not allow multiple jobs to run simultaneously this would result in git conflicts if multiple releases are made at the same time closes #5814 --- .github/workflows/update-updater-api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-updater-api.yml b/.github/workflows/update-updater-api.yml index d3a400136..7a695306b 100644 --- a/.github/workflows/update-updater-api.yml +++ b/.github/workflows/update-updater-api.yml @@ -8,6 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest + concurrency: update-updater-api # only one job can run at a time, to avoid git conflicts when updating the repository steps: - name: Install jq