Skip to content

Commit

Permalink
fix: Cypress CI process while opening PR from a fork (#29098)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jun 6, 2024
1 parent bb9f326 commit 8f02eb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions superset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f02eb0

Please sign in to comment.