diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/test-cli.yml similarity index 96% rename from .github/workflows/build-test-ci.yml rename to .github/workflows/test-cli.yml index 6188417d..cb3a1f76 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/test-cli.yml @@ -1,9 +1,9 @@ -name: Build/Test CI +name: Test CLI on: [push, pull_request] jobs: - build-and-test: + test-cli: # We want to run on external PRs, but not on our own internal PRs as they'll be run # by the push to the branch. Without this if check, checks are duplicated since # internal PRs match both the push and pull_request events.