Skip to content

Commit

Permalink
Refactor : rename the operation workflow name (#28656)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Oct 8, 2023
1 parent 1bad9ad commit 694c5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-operation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

e2e-operation:
if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
name: E2E - Operation
name: E2E - ${{ matrix.operation }} on ${{ matrix.image.version }}
needs: [ detect-changed-files, global-environment ]
runs-on: ubuntu-latest
timeout-minutes: 40
Expand Down

0 comments on commit 694c5ab

Please sign in to comment.