Skip to content

Commit a608876

Browse files
authored
CI Fixes Text (#100)
1 parent d252491 commit a608876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Test on Comment"
1+
name: "E2E Pipeline for CDK Observability Accelerator"
22
on:
33
issue_comment:
44
types: [created]
@@ -12,7 +12,7 @@ jobs:
1212
require: 'admin'
1313
outputs:
1414
run_test: ${{ steps.checkUserPermissions.outputs.require-result }}
15-
test:
15+
e2ePipeline:
1616
runs-on: ubuntu-latest
1717
needs:
1818
- checkPermissions

0 commit comments

Comments
 (0)