mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.12' into 1.13
* 1.12: [Maintenance][CI] Allow manually dispatching unstable workflow
This commit is contained in:
commit
15a80a1f40
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci__unstable.yaml
vendored
7
.github/workflows/ci__unstable.yaml
vendored
|
|
@ -8,7 +8,12 @@ on:
|
|||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
workflow_dispatch: ~
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ignore-failure:
|
||||
description: "Don't fail on error"
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.workflow }}-${{ github.ref }}-unstable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue