Skip to content

Commit

Permalink
Enable QE PR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Dec 18, 2023
1 parent 53d5bbc commit b39b9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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: [ main ]
branches: [ main, ginkgo_removal ]
workflow_dispatch:
# Schedule a daily cron at midnight UTC
schedule:
Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: ${{ github.ref_name}}

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@main
Expand Down

0 comments on commit b39b9a6

Please sign in to comment.