Skip to content

Commit

Permalink
Merge pull request #63 from tampakrap/publish_last
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Apr 5, 2024
2 parents 9c6ba93 + 98303ec commit 65f168d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,13 @@ jobs:

publish-artifacts:
runs-on: ubuntu-22.04
needs: detect-noop
needs:
- detect-noop
- report-breaking-changes
- lint
- check-diff
- unit-tests
- local-deploy
if: needs.detect-noop.outputs.noop != 'true'

steps:
Expand Down

0 comments on commit 65f168d

Please sign in to comment.