From 37f1e584f13a97d5b9c0b8213c4b7de1b93994f5 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Tue, 23 Jun 2026 11:41:39 +0200 Subject: [PATCH] Revert "ci: add concurrency group to prevent gh-pages deploy races" --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a92241..af56d40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,6 @@ on: permissions: contents: write -concurrency: - group: packages-build - cancel-in-progress: false - jobs: build: runs-on: ubuntu-latest