Skip to content

Commit 1453cdc

Browse files
Update cp_latest_dispatch.yml
1 parent 986e925 commit 1453cdc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cp_latest_dispatch.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,14 @@ jobs:
365365
patch_fe:
366366
runs-on: windows-latest
367367

368-
if: success() || cancelled()
369-
370368
needs:
371369
- download-Yui-patch
372370
- download-msojocs-server
373371
- scrape_fe_version
372+
- download-fiddler-everywhere-windows
373+
- download-fiddler-everywhere-linux
374+
- download-fiddler-everywhere-mac
375+
if: always()
374376

375377
env:
376378
SCRAPED_VERSION: ${{ needs.scrape_fe_version.outputs.scraped_version }}

0 commit comments

Comments
 (0)