From 02a819c9c7edd2739828e99e95c19b35a2dc418b Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 26 Jun 2025 13:52:09 +0200 Subject: [PATCH] Update Actions workflow to improve concurrency and specify Ubuntu version --- .gitea/workflows/update.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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