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
This commit is contained in:
Dylan K. Taylor 2023-07-11 15:10:35 +01:00
parent 0c250a2ef0
commit aacc00a911
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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