We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a9613 commit 492eb05Copy full SHA for 492eb05
.github/workflows/pullRequestController.yml
@@ -47,7 +47,7 @@ on:
47
- "**.py"
48
- "**.requirements.txt"
49
- "**.package.json"
50
- - "./grader/**"
+ - "./models/**"
51
52
env:
53
python-version: "3.11"
.github/workflows/semanticVersionBump.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
26
VERSION_FILE: __version__.py
27
- PACKAGE_PATH: ${{ github.workspace }}/grader/
+ PACKAGE_PATH: ${{ github.workspace }}/models/
28
29
steps:
30
- uses: actions/checkout@v4
0 commit comments