From 615f516d637f301d29dbb53f1e0abfbd6360105f Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Fri, 18 Nov 2022 20:55:29 +0100 Subject: [PATCH] move concurrency to the top --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f781f4b0..216f9072 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,16 +1,16 @@ name: CI -on: - workflow_dispatch: - inputs: - git-ref: - description: Git Ref (Optional) - required: false concurrency: group: >- ${{ github.workflow }}- ${{ github.ref_type }}- ${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true +on: + workflow_dispatch: + inputs: + git-ref: + description: Git Ref (Optional) + required: false push: paths-ignore: - "news/**"