Skip to content

Commit 6fdc385

Browse files
committed
Updated classroom.yml
1 parent 196b103 commit 6fdc385

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/classroom.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111

1212
jobs:
1313
run-autograding-tests:
14-
name: Autograding
1514
runs-on: ubuntu-latest
1615
if: github.actor != 'github-classroom[bot]'
1716
steps:
@@ -61,8 +60,8 @@ jobs:
6160
runners: compilation-check,basic-tests,edge-case-tests
6261
ai_feedback:
6362
name: AI-Powered Feedback
64-
needs: autograding
65-
if: ${{ needs.autograding.result == 'success' }}
63+
needs: run-autograding-tests
64+
if: ${{ needs.run-autograding-tests.result == 'success' }}
6665
runs-on: ubuntu-latest
6766
permissions:
6867
pull-requests: write

0 commit comments

Comments
 (0)