Skip to content

Commit

Permalink
Disable deployment test runs by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Nov 15, 2024
1 parent b9dc8f7 commit 8329b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ on:
- prod
run_performance_tests:
required: false
default: true
default: false # TODO: Re-enable me when useful
type: boolean
description: Run performance tests
run_e2e_tests_assessment:
required: false
default: true
default: false # TODO: Re-enable me when useful
type: boolean
description: Run e2e tests (assessment)
run_e2e_tests_application:
required: false
default: true
default: false # TODO: Re-enable me when useful
type: boolean
description: Run e2e tests (application)
push:
Expand Down

0 comments on commit 8329b23

Please sign in to comment.