Skip to content

Commit

Permalink
update ssl-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xdu-chenrj committed Oct 21, 2024
1 parent e01ee10 commit 6355226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ssl-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:

jobs:
paths-filter:
name: E2E-Path-Filter
name: SSL-E2E-Path-Filter
runs-on: ubuntu-latest
outputs:
not-ignore: ${{ steps.filter.outputs.not-ignore }}
Expand All @@ -47,7 +47,7 @@ jobs:
not-ignore:
- '!(docs/**)'
build:
name: E2E-Build
name: SSL-E2E-Build
needs: paths-filter
if: ${{ (needs.paths-filter.outputs.not-ignore == 'true') || (github.event_name == 'push') }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
path: /tmp/alert-server-image.tar
retention-days: 1
e2e:
name: ${{ matrix.case.name }}
name: ssl-${{ matrix.case.name }}
needs: build
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
path: ${{ env.RECORDING_PATH }}
retention-days: 1
result:
name: E2E
name: ssl-E2E
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [ e2e, paths-filter ]
Expand Down

0 comments on commit 6355226

Please sign in to comment.