Skip to content

Commit c0fe1ac

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cp_latest_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
- download-fiddler-everywhere-mac
374374
- scrape_fe_version
375375

376-
if: ${{ or(needs.download-fiddler-everywhere-windows.result == 'success', needs.download-fiddler-everywhere-linux.result == 'success', needs.download-fiddler-everywhere-mac.result == 'success') }}
376+
if: ${{ needs.download-fiddler-everywhere-windows.result == 'success' || needs.download-fiddler-everywhere-linux.result == 'success' || needs.download-fiddler-everywhere-mac.result == 'success' }}
377377

378378
env:
379379
SCRAPED_VERSION: ${{ needs.scrape_fe_version.outputs.scraped_version }}

0 commit comments

Comments
 (0)