ci: Update ci-custom-script to unblock push workflows (#26699)

## Description
- Update ci-custom-script to unblock push workflows

#### Type of change
- Workflow changes
#### How Has This Been Tested?
- Workflow run
This commit is contained in:
Saroj 2023-08-28 17:12:32 +05:30 committed by GitHub
parent cc3301bae2
commit 2ec612c7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,6 @@ jobs:
CYPRESS_CONFIG_FILE: cypress_ci_custom.config.ts
CYPRESS_HEADLESS: "true"
CYPRESS_BROWSER: ${{ env.BROWSER_PATH }}
RUNID: ${{ github.run_id }}
ATTEMPT_NUMBER: ${{ github.run_attempt }}
REPOSITORY: ${{ github.repository }}
COMMITTER: ${{ env.COMMIT_INFO_AUTHOR }}
@ -395,7 +394,6 @@ jobs:
CYPRESS_CONFIG_FILE: cypress_ci.config.ts
CYPRESS_HEADLESS: "true"
CYPRESS_BROWSER: ${{ env.BROWSER_PATH }}
RUNID: ${{ github.run_id }}
ATTEMPT_NUMBER: ${{ github.run_attempt }}
REPOSITORY: ${{ github.repository }}
COMMITTER: ${{ env.COMMIT_INFO_AUTHOR }}