Compare commits

...

2 Commits

Author SHA1 Message Date
f795ef62e8 Merge pull request 'ci: run test workflow only on pull requests' (#5) from fix/pr4-clean-replacement into master
Some checks failed
Auto Tag / auto-tag (push) Successful in 4s
Release / build-macos-arm64 (push) Successful in 5m32s
Release / build-windows-amd64 (push) Failing after 12m51s
Release / build-linux-amd64 (push) Successful in 34m13s
Release / build-linux-arm64 (push) Successful in 34m14s
Reviewed-on: #5
2026-04-05 00:14:07 +00:00
Shaun Arman
ff79e72605 ci: run test workflow only on pull requests
All checks were successful
Test / wiki-sync (pull_request) Has been skipped
Test / frontend-tests (pull_request) Successful in 1m46s
Test / frontend-typecheck (pull_request) Successful in 1m48s
Test / rust-fmt-check (pull_request) Successful in 4m35s
Test / rust-clippy (pull_request) Successful in 19m59s
Test / rust-tests (pull_request) Successful in 21m7s
Avoid duplicate Test workflow executions by removing push triggers and keeping pull_request validation as the single gate. Also fix remaining clippy format string violations in integration modules to keep rust-clippy passing.

Made-with: Cursor
2026-04-04 18:52:13 -05:00
2 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
name: Test
on:
push:
branches-ignore:
- master
pull_request:
jobs:

View File

@ -29,7 +29,7 @@ macOS runner runs jobs **directly on the host** (no Docker container) — macOS
## Test Pipeline (`.woodpecker/test.yml`)
**Triggers:** Every push to non-`master` branches and all pull requests.
**Triggers:** Pull requests only.
```
Pipeline steps: