Skip to content

Commit 4286aaa

Browse files
committed
Correct name of called workflow
1 parent 0b45d12 commit 4286aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.x'
3030

3131
- name: Run tests and hooks
32-
uses: ./.github/workflows/run_tests_and_hooks.yml
32+
uses: ./.github/workflows/run_tests_hooks_and_tools.yml
3333

3434
deploy:
3535
# Prevent deployment of releases that fail any hooks (e.g. linting) or that fail any tests.

0 commit comments

Comments
 (0)