Skip to content

ci: run all required checks on every PR - #30

Merged
danbugs merged 1 commit into
mainfrom
ci-skip-checks
May 15, 2026
Merged

ci: run all required checks on every PR#30
danbugs merged 1 commit into
mainfrom
ci-skip-checks

Conversation

@danbugs

@danbugs danbugs commented May 15, 2026

Copy link
Copy Markdown
Contributor

Path filters on pull_request triggers cause the required status checks
(host-checks-passed, test-examples-passed, benchmarks-passed) to never
report when a PR only touches CI or docs files, blocking auto-merge.

Remove paths: filters from pull_request triggers so all three workflows
always run on PRs. Keep paths: on push triggers so merges to main only
rebuild when relevant files actually change.

Signed-off-by: danbugs <danilochiarlone@gmail.com>
@danbugs
danbugs merged commit 79b32ae into main May 15, 2026
24 checks passed
@danbugs
danbugs deleted the ci-skip-checks branch May 15, 2026 03:08

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

Details
Benchmark suite Current: 60a93d3 Previous: a13793a Ratio
hello_world (median) 20 ms 10 ms 2
pandas (median) 100 ms 80 ms 1.25
density (per VM) 7 MB 7 MB 1
snapshot (disk) 385 MiB 385 MiB 1

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows Benchmarks

Details
Benchmark suite Current: 60a93d3 Previous: a13793a Ratio
hello_world (median) 234 ms 217 ms 1.08
pandas (median) 706 ms 646 ms 1.09
density (per VM) 6 MB 6 MB 1
snapshot (disk) 393 MiB 393 MiB 1

This comment was automatically generated by workflow using github-action-benchmark.

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