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 020b7b6 commit c6bc216
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Expand Up @@ -489,13 +489,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Copy assets
uses: ./actions/copy-assets
env:
GITHUB_TOKEN: ${{ secrets.NIGHTLY_GH_PAT }}
with:
srcReleaseTag: ${{ github.ref_name }}
dstReleaseTag: "v0.0.0-nightly"
# - name: Copy assets
# uses: ./actions/copy-assets
# env:
# GITHUB_TOKEN: ${{ secrets.NIGHTLY_GH_PAT }}
# with:
# srcReleaseTag: ${{ github.ref_name }}
# dstReleaseTag: "v0.0.0-nightly"


# if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-nightly')
Expand All @@ -522,7 +522,7 @@ jobs:

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

0 comments on commit c6bc216

Please sign in to comment.