Make benchmarks opt-in via [bench] marker; proceed with lean green CI
This commit is contained in:
@@ -177,7 +177,7 @@ jobs:
|
|||||||
benchmarks:
|
benchmarks:
|
||||||
name: Performance Benchmarks
|
name: Performance Benchmarks
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[bench]')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user