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 f727d8c commit 5af6d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -483,7 +483,7 @@ jobs:
name: Run regression testing
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-nightly')
runs-on: ubuntu-latest
needs: [build_airgap]
# needs: [build_airgap]
outputs:
last_release_tag: ${{ steps.get_latest_release_tag.outputs.release }}
steps:
Expand Down

0 comments on commit 5af6d51

Please sign in to comment.