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 13, 2021
1 parent aba3713 commit 67fbb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -524,7 +524,7 @@ jobs:
needs: copy_nightly

# uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
uses: ./.github/workflows/regression.yaml@standalone-regression
uses: replicatedhq/kots/.github/workflows/regression.yaml
with:
version_tag_old: ${{ needs.regression_test_setup.outputs.last_release_tag }}
version_tag_new: ${{ env.GITHUB_REF_NAME }}
Expand Down

0 comments on commit 67fbb1c

Please sign in to comment.