mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Merge pull request #5858 from inspec/cw/make-verify-public
Make sure verify pipeline is marked public
This commit is contained in:
commit
647797b3a4
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ pipelines:
|
||||||
- ADHOC: true
|
- ADHOC: true
|
||||||
- verify:
|
- verify:
|
||||||
description: Pull Request validation tests
|
description: Pull Request validation tests
|
||||||
|
public: true
|
||||||
env:
|
env:
|
||||||
- LANG: "C.UTF-8"
|
- LANG: "C.UTF-8"
|
||||||
- SLOW: 1
|
- SLOW: 1
|
||||||
|
|
Loading…
Reference in a new issue