From c36d25f20ed6cd26c39dc28e4a68c623693e5e9e Mon Sep 17 00:00:00 2001 From: Kwabena N Amponsah Date: Mon, 4 Mar 2024 12:58:42 +0000 Subject: [PATCH] #57 fix actions concurrency groups --- .github/workflows/update-pychaste-tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pychaste-tutorials.yml b/.github/workflows/update-pychaste-tutorials.yml index 3aaf2760..67cf2ce7 100644 --- a/.github/workflows/update-pychaste-tutorials.yml +++ b/.github/workflows/update-pychaste-tutorials.yml @@ -11,7 +11,7 @@ on: # Limit concurrent deployments to one per branch concurrency: - group: build-and-test-${{ github.ref }} + group: update-pychaste-tutorials-${{ github.ref }} cancel-in-progress: true jobs: