mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Fix syntax of CI job
This commit is contained in:
@@ -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/**"
|
||||
|
||||
Reference in New Issue
Block a user