We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab51ccf commit 766b93bCopy full SHA for 766b93b
.github/workflows/build-test-ci.yml .github/workflows/test-cli.yml
@@ -1,9 +1,9 @@
1
-name: Build/Test CI
+name: Test CLI
2
3
on: [push, pull_request]
4
5
jobs:
6
- build-and-test:
+ test-cli:
7
# We want to run on external PRs, but not on our own internal PRs as they'll be run
8
# by the push to the branch. Without this if check, checks are duplicated since
9
# internal PRs match both the push and pull_request events.
0 commit comments