From f32518ac657470f4e9e6caf453c64d9a28bdf6d9 Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Wed, 29 Nov 2023 09:13:20 +0100 Subject: [PATCH] :seedling: Add api_hub_tests_ref to CI on PRs (#559) In order to run E2E API tests with tackle2-hub API tests on matching branches, adding name of PR branch as a variable passed to CI workflow. Depends on https://github.com/konveyor/ci/pull/23 Related to https://github.com/konveyor/ci/issues/22 and https://github.com/konveyor/go-konveyor-tests/pull/61 --------- Signed-off-by: Marek Aufart --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 212f4d8c1..3232e20d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,3 +94,4 @@ jobs: uses: konveyor/ci/.github/workflows/global-ci.yml@main with: component_name: tackle2-hub + api_hub_tests_ref: ${{ github.ref_name }}