Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Remove if step
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Sep 12, 2024
1 parent 511f635 commit 43e223b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
runs-on: ${{ vars.WINDOWS_RUNNER || 'windows-2022' }}

steps:
- if: ${{ vars.USE_LARGE_RUNNERS == 'true' && matrix.target.runner-large == null }}
name: Skip job
run: echo "Skipping job as large runner is not available."

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 43e223b

Please sign in to comment.