From c8074a92087a0dc7615f0c63421e07aa439d6122 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 5 Jun 2024 16:02:59 -0700 Subject: [PATCH 1/2] chore: test Cypress process while opening PR from a fork --- superset/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/superset/__init__.py b/superset/__init__.py index d82ba96009980..cbab58e0d2c90 100644 --- a/superset/__init__.py +++ b/superset/__init__.py @@ -14,8 +14,6 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -"""Package's main module!""" - from flask import current_app, Flask from werkzeug.local import LocalProxy From 0bcd0b7b9951ee7034f4db244b823f092eaeda51 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 5 Jun 2024 16:06:46 -0700 Subject: [PATCH 2/2] removing ref to go with the default option in case of pull_request or pull --- .github/workflows/superset-e2e.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index c5a357d9b5da4..f59843c010a26 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -68,7 +68,6 @@ jobs: if: github.event_name == 'push' || github.event_name == 'pull_request' uses: actions/checkout@v2 with: - ref: ${{ github.event.pull_request.head.ref || github.ref }} persist-credentials: false submodules: recursive - name: Checkout using ref (workflow_dispatch)