move concurrency to the top

This commit is contained in:
Oz Tiram
2022-11-18 20:55:29 +01:00
parent decfa6d9f7
commit 615f516d63
+6 -6
View File
@@ -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/**"