Skip to content

Commit cfd4ca0

Browse files
committed
Remove custom runners from summarize_results.
1 parent 48c3a32 commit cfd4ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ jobs:
13121312
13131313
summarize_results:
13141314
name: "summarize-results"
1315-
needs: [check_and_prepare, test_desktop, test_desktop_custom_runners, test_android, test_ios, test_tvos]
1315+
needs: [check_and_prepare, test_desktop, test_android, test_ios, test_tvos]
13161316
runs-on: ubuntu-20.04
13171317
if: ${{ !cancelled() }}
13181318
steps:

0 commit comments

Comments
 (0)