From b1b295744bc810e92400e78e587e647be3d540e1 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Sat, 30 Sep 2023 22:10:29 +0100 Subject: [PATCH] run on release-runner --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93a894565..9a25ca89c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,13 @@ name: Release on: workflow_dispatch: +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: build_and_publish: - runs-on: ubuntu-latest + runs-on: release-runner steps: - name: Checkout sources uses: actions/checkout@v3