Skip to content

Commit e68abe0

Browse files
author
Lennart Klose
committed
Temporarily disable need-condition for publishing action
1 parent b39bffc commit e68abe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: ${{ (github.repository == 'd-velop/dvelop-sdk-node') && (github.ref == 'refs/heads/main') }}
4646
name: publish docs
4747
runs-on: ubuntu-latest
48-
needs: publish
48+
# needs: publish
4949
steps:
5050
- uses: actions/checkout@v6
5151
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)