From 36cc82d25304297a545d8766e5bbb1443cb38d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Wed, 10 Jul 2024 17:19:34 +0200 Subject: [PATCH] ci: fix some concurrency issues (#26) - The concurrency group is duplicated in the `normal.yaml` which is wrong. --- .github/workflows/normal.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/normal.yaml b/.github/workflows/normal.yaml index 152c0a0..b57316c 100644 --- a/.github/workflows/normal.yaml +++ b/.github/workflows/normal.yaml @@ -14,10 +14,6 @@ # name: Normal Pipeline -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - permissions: read-all defaults: