Skip to content

Commit

Permalink
Adding standalone trigger for regression testing
Browse files Browse the repository at this point in the history
  • Loading branch information
syntastical committed Nov 12, 2021
1 parent b1ca3cb commit 5103ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -506,7 +506,7 @@ jobs:
name: Run regression testing
uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
with:
version_tag_old: ${{ steps.get_latest_tag.outputs.release }}
version_tag_old: ${{ jobs.copy_nightly.steps.get_latest_tag.outputs.release }}
version_tag_new: ${{ env.GITHUB_REF_NAME }}
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.E2E_TESTIM_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 5103ce2

Please sign in to comment.