From 50706b068433297ae6f805c22e4c1b25989b6e56 Mon Sep 17 00:00:00 2001 From: TheBossMagnus Date: Wed, 17 Jan 2024 21:52:40 +0100 Subject: [PATCH] Add concurrency settings for Modrinth publishing workflow Signed-off-by: TheBossMagnus --- .github/workflows/publish to modrinth.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish to modrinth.yml b/.github/workflows/publish to modrinth.yml index 76e5f7b..d94182c 100644 --- a/.github/workflows/publish to modrinth.yml +++ b/.github/workflows/publish to modrinth.yml @@ -8,6 +8,9 @@ name: Automatically publish to Modrinth jobs: publish-to-modrinth: runs-on: ubuntu-22.04 + concurrency: + group: publish-modrinth + cancel-in-progress: false steps: - name: Get versions