Skip to content

Commit

Permalink
Remove ginkgo_removal refs (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 3, 2024
1 parent a44d36a commit d9e5874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main, ginkgo_removal]
branches: [ main ]
workflow_dispatch:
env:
REGISTRY: quay.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qe-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d9e5874

Please sign in to comment.