Skip to content

ci: skip artifact upload on pull requests - #64

Merged
monperrus merged 1 commit into
masterfrom
ci-no-upload-on-pr
Jun 27, 2026
Merged

ci: skip artifact upload on pull requests#64
monperrus merged 1 commit into
masterfrom
ci-no-upload-on-pr

Conversation

@monperrus

Copy link
Copy Markdown
Owner

On pull requests, CI should only verify the code builds and tests pass — no side effects.

One-line change: adds if: github.event_name == 'push' to the Upload Extension Artifact step so it is skipped on PRs and only runs on pushes to master.

On PRs the CI job should only verify the code builds and tests pass.
Artifact upload is only useful on push (where CD may consume it).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@monperrus
monperrus merged commit e290a60 into master Jun 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant