Skip to content

Commit

Permalink
remove redundant if checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 9, 2024
1 parent a00f234 commit 06f6351
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-testing-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ jobs:
with:
python-version: "3.11"
- name: install uv
if: ${{ github.event.pull_request == null }}
uses: astral-sh/setup-uv@v4
with:
version: "0.4.x"
enable-cache: false
- name: checkout
if: ${{ github.event.pull_request == null }}
uses: actions/checkout@v4
- name: check api-server backwards compatibility
run: |
Expand Down

0 comments on commit 06f6351

Please sign in to comment.