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 67fbb1c commit a3a4eba
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: replicatedhq/kots/.github/workflows/regression.yaml
uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
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 a3a4eba

Please sign in to comment.