Salvage: 3 unique files from phenotype-tooling-local-workspace-2026-0… #546
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
| # Thin caller that adopts the phenoShared reusable Rust CI workflow. | ||
| # Pinned to main SHA 5ed0e3b — no semver tag yet; re-pin to a tag (e.g. @v1) | ||
| # per the phenoShared release policy once one is cut with the reusable/ci.yml. | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| rust-ci: | ||
| uses: KooshaPari/phenoShared/.github/workflows/reusable/ci.yml@5f4647ef79f620f17b925070155827f3248daaa2 | ||