File tree 2 files changed +4
-58
lines changed
2 files changed +4
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -134,28 +134,28 @@ jobs:
134
134
secrets : inherit
135
135
136
136
e2e :
137
- name : e2e
137
+ name : Tests
138
138
needs : [changes, check-label, build]
139
139
if : ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
140
140
uses : ./.github/workflows/e2e.yml
141
141
secrets : inherit
142
142
143
143
e2e-app-store :
144
- name : e2e-app-store
144
+ name : Tests
145
145
needs : [changes, check-label, build]
146
146
if : ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
147
147
uses : ./.github/workflows/e2e-app-store.yml
148
148
secrets : inherit
149
149
150
150
e2e-embed :
151
- name : e2e-embed
151
+ name : Tests
152
152
needs : [changes, check-label, build]
153
153
if : ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
154
154
uses : ./.github/workflows/e2e-embed.yml
155
155
secrets : inherit
156
156
157
157
e2e-embed-react :
158
- name : e2e-embed-react
158
+ name : Tests
159
159
needs : [changes, check-label, build]
160
160
if : ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
161
161
uses : ./.github/workflows/e2e-embed-react.yml
You can’t perform that action at this time.
0 commit comments