mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
CI: Remove PR-specific step from nightly Windows build
This commit is contained in:
parent
d73d768c12
commit
8493f74be1
Notes:
github-actions[bot]
2025-06-22 07:18:38 +00:00
Author: https://github.com/gmta
Commit: 8493f74be1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5152
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 5 deletions
5
.github/workflows/nightly-windows.yml
vendored
5
.github/workflows/nightly-windows.yml
vendored
|
@ -25,11 +25,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
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
|
- name: Set Up Environment
|
||||||
uses: ./.github/actions/setup
|
uses: ./.github/actions/setup
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue