File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ permissions:
1010 pull-requests : write
1111
1212jobs :
13- ai_feedback :
14- name : AI-Powered Feedback
13+ run-autograding-tests :
14+ name : AI-Powered Feedback and Autograding
1515 runs-on : ubuntu-latest
1616 env :
1717 OPENROUTER_MODEL : ${{ vars.OPENROUTER_MODEL }}
1818 SYSTEM_PROMPT : ${{ vars.SYSTEM_PROMPT }}
19+ if : github.actor != 'github-classroom[bot]'
1920 steps :
2021 - name : Checkout repository
2122 uses : actions/checkout@v5
@@ -178,20 +179,12 @@ jobs:
178179 });
179180 console.log(`🆕 Posted new comment on PR #${prNumber}`);
180181 }
181- run-autograding-tests :
182- name : Autograding
183- runs-on : ubuntu-latest
184- if : github.actor != 'github-classroom[bot]'
185- steps :
186182 - name : Set up Java 25
187183 uses : actions/setup-java@v5
188184 with :
189185 distribution : ' temurin'
190186 java-version : ' 25'
191187
192- - name : Checkout code
193- uses : actions/checkout@v5
194-
195188 - name : Compilation Check
196189 id : compilation-check
197190 uses : classroom-resources/autograding-command-grader@v1
You can’t perform that action at this time.
0 commit comments