Skip to content

Commit 492eb05

Browse files
committed
chore: fix package name
1 parent 98a9613 commit 492eb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullRequestController.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
- "**.py"
4848
- "**.requirements.txt"
4949
- "**.package.json"
50-
- "./grader/**"
50+
- "./models/**"
5151

5252
env:
5353
python-version: "3.11"

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
env:
2626
VERSION_FILE: __version__.py
27-
PACKAGE_PATH: ${{ github.workspace }}/grader/
27+
PACKAGE_PATH: ${{ github.workspace }}/models/
2828

2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)