Skip to content

Commit

Permalink
rename workflow that tests the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent ab51ccf commit 766b93b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 766b93b

Please sign in to comment.