Skip to content

Commit

Permalink
Update GitHub Classroom Autograding Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] committed Jan 12, 2024
1 parent b8bb2aa commit 6adabef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: GitHub Classroom Workflow

on: [push]
on:
- push
- workflow_dispatch

permissions:
checks: write
actions: read
contents: read

jobs:
build:
name: Autograding
runs-on: ubuntu-latest
if: github.actor != 'github-classroom[bot]'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: education/autograding@v1

0 comments on commit 6adabef

Please sign in to comment.