Skip to content

Commit 06f6351

Browse files
committed
remove redundant if checks
1 parent a00f234 commit 06f6351

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-testing-pull-request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ jobs:
5050
with:
5151
python-version: "3.11"
5252
- name: install uv
53-
if: ${{ github.event.pull_request == null }}
5453
uses: astral-sh/setup-uv@v4
5554
with:
5655
version: "0.4.x"
5756
enable-cache: false
5857
- name: checkout
59-
if: ${{ github.event.pull_request == null }}
6058
uses: actions/checkout@v4
6159
- name: check api-server backwards compatibility
6260
run: |

0 commit comments

Comments
 (0)