Fix syntax of CI job

This commit is contained in:
Oz Tiram
2022-11-18 20:51:40 +01:00
parent 428e973264
commit c71cb8f133
+6 -6
View File
@@ -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/**"