CI: remove selenium summary jobs

This commit is contained in:
Aitor Perez 2025-02-25 11:51:31 +00:00
parent 73279a8f26
commit 6c10cea3ad
No known key found for this signature in database
GPG Key ID: 24E81F3C627B6475
2 changed files with 0 additions and 18 deletions

View File

@ -71,12 +71,3 @@ jobs:
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
path: |
/tmp/short-suite
summary-selenium:
needs:
- selenium
runs-on: ubuntu-latest
steps:
- name: SUMMARY
run: |
echo "SUCCESS"

View File

@ -84,12 +84,3 @@ jobs:
path: |
/tmp/full-suite
/tmp/short-suite
summary-selenium:
needs:
- selenium
runs-on: ubuntu-latest
steps:
- name: SUMMARY
run: |
echo "SUCCESS"