Kaynağa Gözat

fix(ci): split commit workflows and run no-merge-commits only on PRs

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 1 yıl önce
ebeveyn
işleme
91f0106563
1 değiştirilmiş dosya ile 0 ekleme ve 9 silme
  1. 0 9
      .github/workflows/no-merge-commits.yml

+ 0 - 9
.github/workflows/commits.yml → .github/workflows/no-merge-commits.yml

@@ -1,8 +1,6 @@
 name: Commits
 
 on:
-  push:
-    branches: [ main ]
   pull_request:
     branches: [ main ]
 
@@ -11,13 +9,6 @@ concurrency:
   cancel-in-progress: true
 
 jobs:
-  conventional-commits:
-    name: Conventional Commits
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v4
-      - uses: webiny/action-conventional-commits@v1.3.0
-
   no-merge-commits:
     name: No Merge Commits
     runs-on: ubuntu-latest