From 4d1b547f0a46742438a4e610d71e49efd1e5c084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 11:40:36 +0200 Subject: [PATCH] Update .github/workflows/pip.yml to be concurrent --- .github/workflows/pip.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 2f0e0bd..1e6dbd7 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -22,13 +22,6 @@ jobs: - name: Install package run: pip install . -# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109 -concurrency: -concurrency: - group: ${{ github.workflow }}-${{ github.ref || github.run_id }} - cancel-in-progress: true -# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109 -concurrency: - group: ${{ github.workflow }}-${{ github.ref || github.run_id }} - cancel-in-progress: true + +