Skip to content

Commit

Permalink
chore: update cicd logic for concurrent publish
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Dec 25, 2023
1 parent 8c6928a commit 041df55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:


publish-py-package:
needs: publish-js-package
needs: [run-py-linter, run-py-tests, run-js-tests]
runs-on: ubuntu-latest
if: github.ref_name == 'dev'

Expand All @@ -146,7 +146,7 @@ jobs:
publish-tag: 'false'

deploy-docs:
needs: publish-py-package
needs: [publish-py-package, publish-js-package]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 041df55

Please sign in to comment.