Skip to content

Commit

Permalink
add temp flow
Browse files Browse the repository at this point in the history
Signed-off-by: clyi <[email protected]>
  • Loading branch information
changluyi committed Nov 25, 2024
1 parent 5f10954 commit 5ce3643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, release-1.11, release-1.9]
branch: [skip_local_dns_ip_conntrack_1.12]
name: Build AMD64
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, release-1.11, release-1.9]
branch: [skip_local_dns_ip_conntrack_1.12]
name: Build ARM64
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, release-1.11, release-1.9]
branch: [skip_local_dns_ip_conntrack_1.12]
needs:
- build-arm64
- build-amd64
Expand Down

0 comments on commit 5ce3643

Please sign in to comment.