Skip to content

Commit ff1b54c

Browse files
committed
cleanup
1 parent 5bb32e3 commit ff1b54c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.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: temp
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)