Skip to content

Commit 9cf54c9

Browse files
Update cp_latest_dispatch.yml
1 parent c330f6c commit 9cf54c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cp_latest_dispatch.yml

+3
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,11 @@ jobs:
370370
- download-msojocs-server
371371
- download-fiddler-everywhere-windows
372372
- download-fiddler-everywhere-linux
373+
- download-fiddler-everywhere-mac
373374
- scrape_fe_version
374375

376+
if: ${{ or(needs.download-fiddler-everywhere-windows.result == 'success', needs.download-fiddler-everywhere-linux.result == 'success', needs.download-fiddler-everywhere-mac.result == 'success') }}
377+
375378
env:
376379
SCRAPED_VERSION: ${{ needs.scrape_fe_version.outputs.scraped_version }}
377380

0 commit comments

Comments
 (0)