From b39b9a6790a2ad2ce38ddadec0f2f28219a6d2b9 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Mon, 18 Dec 2023 16:27:25 -0600 Subject: [PATCH] Enable QE PR tests --- .github/workflows/qe-hosted.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qe-hosted.yml b/.github/workflows/qe-hosted.yml index c6e2b28ed..92126ef5b 100644 --- a/.github/workflows/qe-hosted.yml +++ b/.github/workflows/qe-hosted.yml @@ -2,7 +2,7 @@ name: QE Testing (Ubuntu-hosted) on: pull_request: - branches: [ main ] + branches: [ main, ginkgo_removal ] workflow_dispatch: # Schedule a daily cron at midnight UTC schedule: @@ -89,6 +89,7 @@ jobs: with: repository: ${{ env.QE_REPO }} path: cnfcert-tests-verification + ref: ${{ github.ref_name}} - name: Extract dependent Pull Requests uses: depends-on/depends-on-action@main