Skip to content

Commit b5b11d2

Browse files
fix: fix foascli release to run the correct tests
1 parent 2bb5816 commit b5b11d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
&& !contains(needs.*.result, 'failure')
4646
&& inputs.skip_tests == 'false'
4747
secrets: inherit
48-
uses: ./.github/workflows/code-health-tools.yml
48+
uses: ./.github/workflows/code-health-foascli.yml
4949

5050
release:
5151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)