Skip to content

Commit

Permalink
fix: use main
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jul 5, 2024
1 parent 846eeb9 commit 8215034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install kyverno v1.12.4
run: |
set -e
kubectl create -f https://github.com/kyverno/kyverno/releases/download/v1.12.4/install.yaml
kubectl create -f https://github.com/kyverno/kyverno/raw/main/config/install-latest-testing.yaml
- name: Wait for kyverno ready
run: |
set -e
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Wait for kyverno to pick up the change
run: |
set -e
sleep 360
sleep 300
- name: API Service status post migration
run: |
set -e
Expand Down

0 comments on commit 8215034

Please sign in to comment.