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"