Skip to content

Commit 6d95fc2

Browse files
fix(ci): Fix system tests PR check (#9682)
1 parent 4ba743a commit 6d95fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
check:
7979
name: Check system tests success
8080
runs-on: ubuntu-latest
81-
needs:
82-
- main
81+
if: ${{ always() }}
82+
needs: [build, main]
8383
steps:
8484
- run: exit 0

0 commit comments

Comments
 (0)