From b62cc54aa35faae62e92d0c4d6c81bc8f1e6f7f6 Mon Sep 17 00:00:00 2001 From: Jaymala Date: Tue, 18 Oct 2022 15:14:18 -0400 Subject: [PATCH] Enos verify updates (#17586) * Enos verify updates - Update repo dispatch types - Run Enos verify only on release branches Signed-off-by: Jaymala Sinha * Update as per review Signed-off-by: Jaymala Sinha Signed-off-by: Jaymala Sinha --- .github/workflows/enos-verify-stable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/enos-verify-stable.yml b/.github/workflows/enos-verify-stable.yml index da58d4eca8..c68836c0f3 100644 --- a/.github/workflows/enos-verify-stable.yml +++ b/.github/workflows/enos-verify-stable.yml @@ -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"