mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
move concurrency to the top
This commit is contained in:
@@ -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/**"
|
||||
|
||||
Reference in New Issue
Block a user