diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index c120351928..411836ce38 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -7,7 +7,6 @@ on: - "**.tsx?" jobs: check-types: - name: Check types runs-on: ubuntu-latest steps: - name: Checkout repo diff --git a/.github/workflows/e2e-embed.yml b/.github/workflows/e2e-embed.yml index e279d3f1f9..f750851954 100644 --- a/.github/workflows/e2e-embed.yml +++ b/.github/workflows/e2e-embed.yml @@ -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: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9906ed982d..7ed1aeda6a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,7 +9,6 @@ on: jobs: e2e: timeout-minutes: 20 - name: Testing 16.x and ubuntu-latest runs-on: ubuntu-latest env: