Skip to content

Commit

Permalink
Test PR: ginkgo_removal in QE
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Nov 15, 2023
1 parent 50caa00 commit 9cb3a69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/qe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: QE Testing

on:
# pull_request:
# branches: [ main ]
pull_request:
branches: [ main, ginkgo_removal ]
workflow_dispatch:
# Schedule a daily cron at midnight UTC
schedule:
- cron: '0 0 * * *'
env:
QE_REPO: test-network-function/cnfcert-tests-verification
QE_BRANCH: ginkgo_removal



Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: ${{ env.QE_BRANCH }}

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down

0 comments on commit 9cb3a69

Please sign in to comment.