Skip to content

Commit

Permalink
change command name (#24626)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodireich authored Mar 28, 2023
1 parent 39f9f16 commit bae3a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Connector Performance
name: Connector Performance Harness
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
Stub:
runs-on: ubuntu-latest
steps:
- run: echo "Test Connector Performance stub"
- run: echo "Connector Performance harness stub"
2 changes: 1 addition & 1 deletion .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
publish-external
gke-kube-test
run-specific-test
test-connector-performance
connector-performance
static-args: |
repo=${{ steps.getref.outputs.repo }}
gitref=${{ steps.getref.outputs.ref }}
Expand Down

0 comments on commit bae3a74

Please sign in to comment.