chore(release): route workflows through harness gates
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -55,9 +55,9 @@ jobs:
|
||||
- name: Show selected harness suites
|
||||
run: pnpm harness:select -- --from "${{ steps.range.outputs.from }}" --to "${{ steps.range.outputs.to }}"
|
||||
|
||||
- name: Run changed harness suites on pull requests
|
||||
- name: Run PR harness suite on pull requests
|
||||
if: github.event_name == 'pull_request'
|
||||
run: pnpm harness:validate:changed -- --from "${{ steps.range.outputs.from }}" --to "${{ steps.range.outputs.to }}"
|
||||
run: pnpm harness:validate:pr
|
||||
|
||||
- name: Run PR harness suite on main
|
||||
if: github.event_name == 'push'
|
||||
|
||||
Reference in New Issue
Block a user