Skip to content

Commit

Permalink
fix: nested workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Dec 13, 2024
1 parent 80a2f9d commit 841065e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
date-sanity-check:
needs: setup
uses: .github/workflows.test_dates-sanity-check.yml@dev
uses: .github/workflows/test_dates-sanity-check.yml@dev
with:
next-version-nr: ${{ setup.vars.outputs.next-version-nr }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -m unittest test.altocheck
date-sanity-check:
uses: .github/workflows.test_dates-sanity-check.yml@dev
uses: .github/workflows/test_dates-sanity-check.yml@dev

empty-speech:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 841065e

Please sign in to comment.