From 0a03919fb168ba8b6ba387c8cc343b3bf30fec9e Mon Sep 17 00:00:00 2001 From: sorhawell Date: Fri, 8 Sep 2023 11:52:13 +0200 Subject: [PATCH] rename workflow --- .github/workflows/release_cross_compiled.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_cross_compiled.yaml b/.github/workflows/release_cross_compiled.yaml index bc6495977..9393b16b3 100644 --- a/.github/workflows/release_cross_compiled.yaml +++ b/.github/workflows/release_cross_compiled.yaml @@ -7,7 +7,7 @@ on: - "**" # Push events to every tag including hierarchical tags like v1.0/beta workflow_dispatch: -name: Release +name: Release_cross_compiled concurrency: group: ${{ github.workflow }}-${{ github.ref }}