We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1c165 commit 012af52Copy full SHA for 012af52
.github/workflows/check-types.yml
@@ -7,7 +7,6 @@ on:
7
- "**.tsx?"
8
jobs:
9
check-types:
10
- name: Check types
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repo
.github/workflows/e2e-embed.yml
@@ -1,4 +1,4 @@
1
-name: E2E tests Embed
+name: E2E Embed tests and booking flow(for non-embed as well)
2
on:
3
pull_request: # So we can test on forks
4
branches:
@@ -10,7 +10,6 @@ on:
e2e-embed:
timeout-minutes: 20
- name: Embed and booking flow(for non-embed as well)
14
15
16
env:
.github/workflows/e2e.yml
@@ -9,7 +9,6 @@ on:
e2e:
- name: Testing 16.x and ubuntu-latest
0 commit comments