From e5a1965a5a06e7afa3cf6d49d803db8375591b13 Mon Sep 17 00:00:00 2001 From: Akash-Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:02:48 +0530 Subject: [PATCH] fix: Spaces and Tabs of YAML --- .github/workflows/cypress-integration-tests-mysql-pr.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cypress-integration-tests-mysql-pr.yml b/.github/workflows/cypress-integration-tests-mysql-pr.yml index c29ad806ecae..dbbbfd5dd088 100644 --- a/.github/workflows/cypress-integration-tests-mysql-pr.yml +++ b/.github/workflows/cypress-integration-tests-mysql-pr.yml @@ -39,10 +39,8 @@ concurrency: jobs: cypress-ci-mysql: if: | - github.event_name == 'workflow_dispatch' - || ( github.event_name == 'pull_request_target' - && github.event.pull_request.draft == false - ) + github.event_name == 'workflow_dispatch' || + ( github.event_name == 'pull_request_target'&& github.event.pull_request.draft == false ) runs-on: ubuntu-latest strategy: fail-fast: false @@ -54,8 +52,7 @@ jobs: id: cypress-project-id run: | echo "CYPRESS_PROJECT_ID=${{ secrets.CYPRESS_PR_PROJECT_ID }}" >> $GITHUB_OUTPUT - echo "CYPRESS_RECORD_KEY=${{ secrets.CYPRESS_PR_RECORD_KEY }}" >> $GITHUB_OUTPUT - + echo "CYPRESS_RECORD_KEY=${{ secrets.CYPRESS_PR_RECORD_KEY }}" >> $GITHUB_OUTPUT - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main with: