Skip to content

Commit

Permalink
Merge pull request #1095 from dvsa/remove-erroneous-param
Browse files Browse the repository at this point in the history
fix: remove erroring param
  • Loading branch information
sr4850 authored Jan 13, 2025
2 parents 2d2aaa2 + 7b2f512 commit d625920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2eInternalRegression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
call-e2etest:
name: Call E2E test workflow
uses: ./.github/workflows/e2etest.yaml
timeout-minutes: ${{ inputs.batch_timeout_minutes }}
with:
platform_env: ${{ inputs.platform_env }}
cucumber_tags: "@int_regression"
Expand All @@ -49,4 +48,4 @@ jobs:
bucket_key: ${{ inputs.bucket_key || vars.S3_REPORT_BUCKET_KEY }}
batch_job_queue: ${{ inputs.batch_job_queue || vars.ACCOUNT_NONPROD_BATCH_JOB_QUEUE }}
batch_job_definition: ${{ inputs.batch_job_definition || vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
batch_timeout_minutes: ${{ inputs.batch_timeout_minutes }}
batch_timeout_minutes: ${{ inputs.batch_timeout_minutes }}

0 comments on commit d625920

Please sign in to comment.