Skip to content

Commit

Permalink
Improve naming of workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 1, 2023
1 parent 873d53a commit b592e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autograding.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Autograding Pull Request'
name: 'Autograding PR'

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ jobs:
build:

runs-on: [ubuntu-latest]
name: Autograding Pull Request
name: Build, test and autograde on Ubuntu

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b592e4c

Please sign in to comment.