Skip to content

Commit 63bab82

Browse files
committed
final
1 parent 69f3572 commit 63bab82

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/workflow-branch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
tl_signing_key_id: ${{ secrets.ACCEPTANCE_TEST_SIGNING_KEY_ID }}
3333
tl_signing_private_key: ${{ secrets.ACCEPTANCE_TEST_SIGNING_PRIVATE_KEY }}
3434
release-snapshot:
35-
#TODO fix
36-
#needs: [build-test-coverage, acceptance-tests]
37-
needs: [ build-test-coverage ]
35+
needs: [build-test-coverage, acceptance-tests]
3836
uses: ./.github/workflows/release-snapshot.yml
3937
with:
4038
checkout_ref: ${{ github.ref }}

0 commit comments

Comments
 (0)