From 012af52f1b6c3023d97ba42485515c2eb4c9d39f Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 11 Jul 2022 18:34:38 -0600 Subject: [PATCH] Removes names for required-checks --- .github/workflows/check-types.yml | 1 - .github/workflows/e2e-embed.yml | 3 +-- .github/workflows/e2e.yml | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) 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: