Skip to content

Commit 6c10cea

Browse files
committed
CI: remove selenium summary jobs
1 parent 73279a8 commit 6c10cea

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,3 @@ jobs:
7171
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
7272
path: |
7373
/tmp/short-suite
74-
75-
summary-selenium:
76-
needs:
77-
- selenium
78-
runs-on: ubuntu-latest
79-
steps:
80-
- name: SUMMARY
81-
run: |
82-
echo "SUCCESS"

.github/workflows/test-management-ui.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,3 @@ jobs:
8484
path: |
8585
/tmp/full-suite
8686
/tmp/short-suite
87-
88-
summary-selenium:
89-
needs:
90-
- selenium
91-
runs-on: ubuntu-latest
92-
steps:
93-
- name: SUMMARY
94-
run: |
95-
echo "SUCCESS"

0 commit comments

Comments
 (0)