Skip to content

Commit

Permalink
Make jobs name more meaningful (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGroscheTT committed Dec 19, 2022
1 parent 8c747a4 commit ff1b79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: REUSE Compliance Check
on: [push, pull_request]

jobs:
test:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- .github/labels.yml

jobs:
build:
sync-repo-labels:
name: Sync Labels
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ff1b79b

Please sign in to comment.