We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196b103 commit 6fdc385Copy full SHA for 6fdc385
.github/workflows/classroom.yml
@@ -11,7 +11,6 @@ permissions:
11
12
jobs:
13
run-autograding-tests:
14
- name: Autograding
15
runs-on: ubuntu-latest
16
if: github.actor != 'github-classroom[bot]'
17
steps:
@@ -61,8 +60,8 @@ jobs:
61
60
runners: compilation-check,basic-tests,edge-case-tests
62
ai_feedback:
63
name: AI-Powered Feedback
64
- needs: autograding
65
- if: ${{ needs.autograding.result == 'success' }}
+ needs: run-autograding-tests
+ if: ${{ needs.run-autograding-tests.result == 'success' }}
66
67
permissions:
68
pull-requests: write
0 commit comments