ci: Rename changelog check workflow

This commit is contained in:
Jade Ellis
2026-04-12 17:29:30 +01:00
committed by Ellis Git
parent 44ebf1f526
commit d961fb1515
+2 -2
View File
@@ -1,4 +1,4 @@
name: Check Changelog
name: Checks / Changelog
on:
pull_request_target:
@@ -16,7 +16,7 @@ permissions:
jobs:
check-changelog:
name: Check for changelog
name: Check changelog is added
runs-on: ubuntu-latest
steps:
- name: Checkout repository