Browse Source

fix(ci): correct naming of commit related workflows

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 1 year ago
parent
commit
be41c4b195

+ 1 - 2
.github/workflows/conventional-commits.yml

@@ -1,4 +1,4 @@
-name: Commits
+name: Conventional Commits
 
 on:
   push:
@@ -12,7 +12,6 @@ concurrency:
 
 jobs:
   conventional-commits:
-    name: Conventional Commits
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4

+ 1 - 2
.github/workflows/no-merge-commits.yml

@@ -1,4 +1,4 @@
-name: Commits
+name: No Merge Commits
 
 on:
   pull_request:
@@ -10,7 +10,6 @@ concurrency:
 
 jobs:
   no-merge-commits:
-    name: No Merge Commits
     runs-on: ubuntu-latest
     steps:
       - name: Checkout