Skip to content

Commit e0d6dfa

Browse files
chore: Removed unwanted CI changes that made it into main (#15580)
1 parent 4f944ec commit e0d6dfa

File tree

2 files changed

+4
-58
lines changed

2 files changed

+4
-58
lines changed

.github/workflows/pr-labeled.yml

-54
This file was deleted.

.github/workflows/pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -134,28 +134,28 @@ jobs:
134134
secrets: inherit
135135

136136
e2e:
137-
name: e2e
137+
name: Tests
138138
needs: [changes, check-label, build]
139139
if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
140140
uses: ./.github/workflows/e2e.yml
141141
secrets: inherit
142142

143143
e2e-app-store:
144-
name: e2e-app-store
144+
name: Tests
145145
needs: [changes, check-label, build]
146146
if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
147147
uses: ./.github/workflows/e2e-app-store.yml
148148
secrets: inherit
149149

150150
e2e-embed:
151-
name: e2e-embed
151+
name: Tests
152152
needs: [changes, check-label, build]
153153
if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
154154
uses: ./.github/workflows/e2e-embed.yml
155155
secrets: inherit
156156

157157
e2e-embed-react:
158-
name: e2e-embed-react
158+
name: Tests
159159
needs: [changes, check-label, build]
160160
if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
161161
uses: ./.github/workflows/e2e-embed-react.yml

0 commit comments

Comments
 (0)