Skip to content

Commit

Permalink
#1818 BUG - Fix Regression Running Only in Perf (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish authored May 24, 2024
1 parent 5cd3942 commit 7e37a1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,5 @@ jobs:
needs: [run-deployment]
uses: ./.github/workflows/run-regression.yml
with:
environment: ${{ needs.setup-environment.outputs.environment }}
environment: ${{ inputs.environment }}
secrets: inherit

0 comments on commit 7e37a1f

Please sign in to comment.