Skip to content

Commit 51e5b7c

Browse files
committed
Updated classroom.yml
1 parent f03f8e4 commit 51e5b7c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/classroom.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ permissions:
1010
pull-requests: write
1111

1212
jobs:
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

0 commit comments

Comments
 (0)