mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-02 12:31:08 +02:00
parent
c3fce3512c
commit
d26d4c0fa4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -165,8 +165,8 @@ jobs:
|
||||
secrets: inherit
|
||||
test-ui:
|
||||
name: Test UI
|
||||
# The test-ui Job is only run for pushes to main, ui/*, backport/ui/*, release/*, and merge*
|
||||
if: github.ref_name == 'main' || startsWith(github.ref_name, 'ui/') || startsWith(github.ref_name, 'backport/ui/') || startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'merge')
|
||||
# The test-ui Job is only run for pushes to main and pull requests, ui/*, backport/ui/*, release/*, and merge*
|
||||
if: github.ref_name == 'main' || startsWith(github.ref_name, 'ui/') || startsWith(github.ref_name, 'backport/ui/') || startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'merge') || github.head_ref == 'main' || startsWith(github.head_ref, 'ui/') || startsWith(github.head_ref, 'backport/ui/') || startsWith(github.head_ref, 'release/') || startsWith(github.head_ref, 'merge')
|
||||
needs:
|
||||
- setup
|
||||
permissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user