From 3a438474f2d8f2ea1131bb0b4762eb1654f27af3 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Mon, 29 Apr 2024 18:06:52 +0200 Subject: [PATCH] completely removed concurrency --- .github/workflows/sanity-checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 7712c9e90e..53751c839e 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -1,9 +1,6 @@ on: pull_request: name: Sanity checks -concurrency: - group: 'tests-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' - cancel-in-progress: false permissions: id-token: write contents: read