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 4382dea commit c00e4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -524,7 +524,8 @@ jobs:
excludes: prerelease, draft

- name: blah
uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
# uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
uses: ./.github/workflows/regression.yaml@standalone-regression
with:
version_tag_old: ${{ steps.get_latest_tag.outputs.release }}
version_tag_new: ${{ env.GITHUB_REF_NAME }}
Expand Down

0 comments on commit c00e4db

Please sign in to comment.