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:
parent
cc3301bae2
commit
2ec612c7aa
2
.github/workflows/ci-test-custom-script.yml
vendored
2
.github/workflows/ci-test-custom-script.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user