Skip to content

Commit

Permalink
full workflow for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
exs-whaddadin committed Dec 8, 2023
1 parent 2f5414b commit 2028f7c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- '*.*.*'

jobs:
# quality-checks:
# uses: ./.github/workflows/quality-typing-checks.yaml
# test-run-pinned:
# uses: ./.github/workflows/pinned-tests.yaml
# needs: [ quality-checks ]
# docs-build-deploy:
# uses: ./.github/workflows/docs-build-deploy.yaml
# needs: [ test-run-pinned ]
quality-checks:
uses: ./.github/workflows/quality-typing-checks.yaml
test-run-pinned:
uses: ./.github/workflows/pinned-tests.yaml
needs: [ quality-checks ]
docs-build-deploy:
uses: ./.github/workflows/docs-build-deploy.yaml
needs: [ test-run-pinned ]
publish-package:
uses: ./.github/workflows/publish-package.yaml
secrets: inherit
# needs: [ docs-build-deploy ]
needs: [ docs-build-deploy ]

0 comments on commit 2028f7c

Please sign in to comment.