CI: Remove PR-specific step from nightly Windows build

This commit is contained in:
Jelle Raaijmakers 2025-06-20 16:06:04 +02:00 committed by Jelle Raaijmakers
commit 8493f74be1
Notes: github-actions[bot] 2025-06-22 07:18:38 +00:00

View file

@ -25,11 +25,6 @@ jobs:
- uses: actions/checkout@v4
if: ${{ github.event_name != 'pull_request' }}
- uses: actions/checkout@v4
if: ${{ github.event_name == 'pull_request' }}
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: Set Up Environment
uses: ./.github/actions/setup
with: