Skip to content

Commit c221f40

Browse files
authored
Fix: define pinnata on sdk publish workflow (#135)
* feat: add pinnata * fix: set it as env * fix: use main instead of develop * fix * fix: remove tests job
1 parent 140694d commit c221f40

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/sdk-publish.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111
with:
1212
ref: ${{ github.ref }}
1313

14-
tests:
15-
needs: [check_tag]
16-
if: ${{ needs.check_tag.outputs.package == 'sdk' }}
17-
uses: ./.github/workflows/sdk-tests.yml
18-
1914
publish:
20-
needs: [check_tag, tests]
15+
needs: [check_tag]
2116
uses: ./.github/workflows/reusable-publish.yml
2217
with:
2318
package: ${{ needs.check_tag.outputs.package }}

0 commit comments

Comments
 (0)