From 8e050e4a79b6462fc42dde6339fb47a9d6b59344 Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Fri, 17 Jan 2025 16:28:18 +0100 Subject: [PATCH] Workflow: Fix Molecule in Release workflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce4b6c4..8375e2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,9 @@ name: Release tags: - '*' -defaults: - run: - working-directory: 'salvoxia.nut' +concurrency: + group: ${{ github.ref_name }} + cancel-in-progress: true jobs: lint: