From 580e750d228428ddd8dd385a3ef2cb1e70ea0718 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..3dfc070b2 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: [ 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: ginkgo_removal - name: Extract dependent Pull Requests uses: depends-on/depends-on-action@main