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