We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f3572 commit 63bab82Copy full SHA for 63bab82
1 file changed
.github/workflows/workflow-branch.yml
@@ -32,9 +32,7 @@ jobs:
32
tl_signing_key_id: ${{ secrets.ACCEPTANCE_TEST_SIGNING_KEY_ID }}
33
tl_signing_private_key: ${{ secrets.ACCEPTANCE_TEST_SIGNING_PRIVATE_KEY }}
34
release-snapshot:
35
- #TODO fix
36
- #needs: [build-test-coverage, acceptance-tests]
37
- needs: [ build-test-coverage ]
+ needs: [build-test-coverage, acceptance-tests]
38
uses: ./.github/workflows/release-snapshot.yml
39
with:
40
checkout_ref: ${{ github.ref }}
0 commit comments