From 1b3871004c54ba71d14067c764c6532d267ce009 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:46:44 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cf239da..f005f36d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,6 @@ on: tags: - 'v*' -default: - run: - timeout-minutes: 600 - concurrency: group: ${{ github.workflow }} cancel-in-progress: true