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 99c2263 commit b5ccfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -520,6 +520,10 @@ jobs:
repository: ${{ github.repository }}
excludes: prerelease, draft

- name: temp
run: |
ls .github/workflows
env
- name: Start test
# uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
uses: ./.github/workflows/regression.yaml
Expand Down

0 comments on commit b5ccfde

Please sign in to comment.