Skip to content

Commit 035d74c

Browse files
committed
missed job dependency
1 parent 31766bd commit 035d74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-mobile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
mobile-check-result-pixel-eagle:
303303
runs-on: ubuntu-latest
304304
timeout-minutes: 30
305-
needs: [take-screenshots]
305+
needs: [take-screenshots, create-pixel-eagle-run]
306306
if: always()
307307
steps:
308308
- name: Trigger screenshots comparison

0 commit comments

Comments
 (0)