diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc073ea4..1d049255 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,4 @@ name: CI -concurrency: - group: >- - ${{ github.workflow }}- - ${{ github.ref_type }}- - ${{ github.event.pull_request.number || github.sha }} - cancel-in-progress: true on: name: Manual Inputs on: @@ -13,6 +7,12 @@ on: 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 push: paths-ignore: - "news/**"