Skip to content

Commit

Permalink
no kind tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Nov 1, 2024
1 parent 05d9b77 commit 44fb292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,8 @@ jobs:
# note: proving disabled
kind-network-test:
needs: [build, configure]
if: needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master'
# TODO(#9640): remove this once the test is re-enabled on master
if: github.ref_name == '9640-re-enable-kind-network-test-on-master'
runs-on: ${{ needs.configure.outputs.username }}-x86
strategy:
fail-fast: false
Expand Down

0 comments on commit 44fb292

Please sign in to comment.