Skip to content

Commit 766b93b

Browse files
committed
rename workflow that tests the cli
1 parent ab51ccf commit 766b93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-ci.yml .github/workflows/test-cli.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build/Test CI
1+
name: Test CLI
22

33
on: [push, pull_request]
44

55
jobs:
6-
build-and-test:
6+
test-cli:
77
# We want to run on external PRs, but not on our own internal PRs as they'll be run
88
# by the push to the branch. Without this if check, checks are duplicated since
99
# internal PRs match both the push and pull_request events.

0 commit comments

Comments
 (0)