Skip to content

Commit

Permalink
ci: disable templates for preview releases till we add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 18, 2024
1 parent 62e8679 commit 445829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:

- name: Publish preview
if: matrix.node_version == 22 && github.event_name == 'pull_request' && github.event.action != 'reopened' && !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'cr-tracked') && !contains(github.event.pull_request.labels.*.name, 'spam') && !contains(github.event.pull_request.labels.*.name, 'invalid')
run: pnpx pkg-pr-new publish --compact
run: pnpx pkg-pr-new publish --compact --no-template --pnpm

0 comments on commit 445829a

Please sign in to comment.