From 766b93b731c0bb81519a9f2cb723451d9576b1f6 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Mon, 4 Mar 2024 14:35:44 -0700 Subject: [PATCH] rename workflow that tests the cli --- .github/workflows/{build-test-ci.yml => test-cli.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build-test-ci.yml => test-cli.yml} (96%) 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.