Skip to content

Commit 012af52

Browse files
committed
Removes names for required-checks
1 parent 6e1c165 commit 012af52

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/check-types.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- "**.tsx?"
88
jobs:
99
check-types:
10-
name: Check types
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: Checkout repo

.github/workflows/e2e-embed.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E tests Embed
1+
name: E2E Embed tests and booking flow(for non-embed as well)
22
on:
33
pull_request: # So we can test on forks
44
branches:
@@ -10,7 +10,6 @@ on:
1010
jobs:
1111
e2e-embed:
1212
timeout-minutes: 20
13-
name: Embed and booking flow(for non-embed as well)
1413
runs-on: ubuntu-latest
1514

1615
env:

.github/workflows/e2e.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
e2e:
1111
timeout-minutes: 20
12-
name: Testing 16.x and ubuntu-latest
1312
runs-on: ubuntu-latest
1413

1514
env:

0 commit comments

Comments
 (0)