From 6d0b0c96aeebc46b9a841363f1cfcd4eff8d57e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 11:40:35 +0200 Subject: [PATCH] Update .github/workflows/black.yml to be concurrent --- .github/workflows/black.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index c1bead0..76a75a1 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -9,13 +9,6 @@ jobs: Black: uses: steinwurf/black-action/.github/workflows/action.yml@2.0.0 -# 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 + +