Removes names for required-checks

This commit is contained in:
zomars 2022-07-11 18:34:38 -06:00
parent 6e1c165b31
commit 012af52f1b
3 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,6 @@ on:
- "**.tsx?"
jobs:
check-types:
name: Check types
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View File

@ -1,4 +1,4 @@
name: E2E tests Embed
name: E2E Embed tests and booking flow(for non-embed as well)
on:
pull_request: # So we can test on forks
branches:
@ -10,7 +10,6 @@ on:
jobs:
e2e-embed:
timeout-minutes: 20
name: Embed and booking flow(for non-embed as well)
runs-on: ubuntu-latest
env:

View File

@ -9,7 +9,6 @@ on:
jobs:
e2e:
timeout-minutes: 20
name: Testing 16.x and ubuntu-latest
runs-on: ubuntu-latest
env: