Skip to content

Commit a71dabe

Browse files
committed
ci: disable job for bot pushes
1 parent 7c5374c commit a71dabe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/classroom-autograding.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
jobs:
1212
autograding:
1313
runs-on: ubuntu-latest
14+
if: github.event.sender.type != 'Bot'
1415
steps:
1516
- name: Checkout grading repo
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)