diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index b293212..fc2111a 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -6,12 +6,16 @@ on: workflow_dispatch: +concurrency: + group: "update-homebrewery" + cancel-in-progress: true + permissions: contents: write jobs: - test: - runs-on: ubuntu-latest + update: + runs-on: ubuntu-24.04 steps: - name: Get latest homebrewery release id: latest_release