From 902f915433ac552653cb4241be4665df0d5a3817 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 23 Feb 2026 11:17:00 +0900 Subject: [PATCH] Modify `concurrency` setting It was added to potentially cancel superseded running tasks, but it was also making the `niri` build wait until the `gnome` build was done. My bad. --- .gitea/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 88a2481..3705723 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,12 +27,6 @@ env: https://davejansen.dev/${{ github.repository_owner }}/${{ github.event.repository.name }} -concurrency: - group: - ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ - inputs.brand_name}}-${{ inputs.stream_name }} - cancel-in-progress: true - jobs: build_push: name: Build and push image @@ -47,6 +41,12 @@ jobs: packages: write id-token: write + concurrency: + group: + ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ + matrix.variant }} + cancel-in-progress: true + steps: - name: Prepare environment run: |