From 679c63f8c20234bbaeb6bc6353d97a7920196e27 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 14 Dec 2023 11:15:43 -0600 Subject: [PATCH] Enable ginkgo_removal branch for 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 ae00fbdc4..21286e4b3 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: Run the tests uses: nick-fields/retry@v2