diff --git a/.github/workflows/README.md b/.github/workflows/README.md index bb848209f..9847f7156 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -12,6 +12,7 @@ Llama Stack uses GitHub Actions for Continuous Integration (CI). Below is a tabl | SqlStore Integration Tests | [integration-sql-store-tests.yml](integration-sql-store-tests.yml) | Run the integration test suite with SqlStore | | Integration Tests (Replay) | [integration-tests.yml](integration-tests.yml) | Run the integration test suites from tests/integration in replay mode | | Vector IO Integration Tests | [integration-vector-io-tests.yml](integration-vector-io-tests.yml) | Run the integration test suite with various VectorIO providers | +| Pre-commit Fix | [pre-commit-fix.yml](pre-commit-fix.yml) | Apply a subset of pre-commit fixes | | Pre-commit | [pre-commit.yml](pre-commit.yml) | Run pre-commit checks | | Test Llama Stack Build | [providers-build.yml](providers-build.yml) | Test llama stack build | | Test llama stack list-deps | [providers-list-deps.yml](providers-list-deps.yml) | Test llama stack list-deps | diff --git a/.github/workflows/pre-commit-fix.yml b/.github/workflows/pre-commit-fix.yml index bc65d1cd0..400c31edd 100644 --- a/.github/workflows/pre-commit-fix.yml +++ b/.github/workflows/pre-commit-fix.yml @@ -1,4 +1,5 @@ -name: Apply a subset of pre-commit fixes +name: Pre-commit Fix +run-name: Apply a subset of pre-commit fixes on: workflow_dispatch: