Skip to content

Commit

Permalink
fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Jan 29, 2024
1 parent c064a4e commit 413d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run_tests:
name: 'Run Tests'
uses: ./.github/workflows/test_client.yaml
uses: ./.github/workflows/test.yaml

build_container_image:
name: 'Build Image'
Expand Down

0 comments on commit 413d47a

Please sign in to comment.