mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
Allow sauce to fail
This commit is contained in:
parent
cefe889539
commit
a9aa44c934
|
@ -6,8 +6,13 @@ branches:
|
||||||
- releases
|
- releases
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- JOB: unit
|
include:
|
||||||
- JOB: e2e
|
- JOB: unit
|
||||||
|
- JOB: e2e
|
||||||
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- JOB: e2e
|
||||||
|
|
||||||
global:
|
global:
|
||||||
- GH_REF: github.com/Rebilly/ReDoc.git
|
- GH_REF: github.com/Rebilly/ReDoc.git
|
||||||
- GIT_AUTHOR_EMAIL: redoc-bot@users.noreply.github.com
|
- GIT_AUTHOR_EMAIL: redoc-bot@users.noreply.github.com
|
||||||
|
|
Loading…
Reference in New Issue
Block a user