From 0520fec5d0188bad399f794ff294945cdf410eb5 Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Wed, 15 Nov 2023 10:16:23 +0100 Subject: [PATCH] Add api_tests_ref to CI on PRs 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..0c0fb95c3 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.head_ref }}