mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 22:02:19 -04:00
Enos verify updates (#17586)
* Enos verify updates - Update repo dispatch types - Run Enos verify only on release branches Signed-off-by: Jaymala Sinha <jaymala@hashicorp.com> * Update as per review Signed-off-by: Jaymala Sinha <jaymala@hashicorp.com> Signed-off-by: Jaymala Sinha <jaymala@hashicorp.com>
This commit is contained in:
parent
fd48959fce
commit
b62cc54aa3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/enos-verify-stable.yml
vendored
2
.github/workflows/enos-verify-stable.yml
vendored
|
|
@ -4,10 +4,12 @@ on:
|
|||
repository_dispatch:
|
||||
types:
|
||||
- enos-verify-stable
|
||||
- enos-verify-stable::*
|
||||
|
||||
jobs:
|
||||
enos-verify-stable:
|
||||
name: Enos verify stable artifact
|
||||
if: ${{ startsWith(github.event.client_payload.payload.branch, 'release/') }}
|
||||
uses: ./.github/workflows/enos-run.yml
|
||||
with:
|
||||
artifact-source: "artifactory"
|
||||
|
|
|
|||
Loading…
Reference in a new issue