From d9e58749529d1d9fc42ef6bee453ec375c0df357 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Wed, 3 Jan 2024 09:37:32 -0600 Subject: [PATCH] Remove ginkgo_removal refs (#1778) --- .github/workflows/pre-main.yaml | 2 +- .github/workflows/qe-hosted.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index ffb163fd9..07666f1c4 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main, ginkgo_removal] + branches: [ main ] workflow_dispatch: env: REGISTRY: quay.io diff --git a/.github/workflows/qe-hosted.yml b/.github/workflows/qe-hosted.yml index 5401a3dc4..ac823bd8c 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: [ ginkgo_removal ] + branches: [ main ] workflow_dispatch: # Schedule a daily cron at midnight UTC schedule: @@ -98,7 +98,7 @@ jobs: with: repository: ${{ env.QE_REPO }} path: cnfcert-tests-verification - ref: ginkgo_removal + ref: main - name: Extract dependent Pull Requests uses: depends-on/depends-on-action@main