Removes names for required-checks
parent
6e1c165b31
commit
012af52f1b
|
@ -7,7 +7,6 @@ on:
|
|||
- "**.tsx?"
|
||||
jobs:
|
||||
check-types:
|
||||
name: Check types
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -9,7 +9,6 @@ on:
|
|||
jobs:
|
||||
e2e:
|
||||
timeout-minutes: 20
|
||||
name: Testing 16.x and ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue