fix: Cypress CI process while opening PR from a fork (#29098)

This commit is contained in:
Maxime Beauchemin 2024-06-05 17:59:11 -07:00 committed by GitHub
parent bb9f326f9b
commit 8f02eb0a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -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