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 b4015e0 commit 5576907
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:
copy_nightly:
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-nightly')
runs-on: ubuntu-18.04
needs: [build_airgap]
# needs: [build_airgap]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5576907

Please sign in to comment.