From 91f01065636be43d4fc8daa048d3270dadc884de Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Fri, 6 Sep 2024 16:26:08 +0200 Subject: [PATCH] fix(ci): split commit workflows and run no-merge-commits only on PRs Signed-off-by: Sandro-Alessio Gierens --- .github/workflows/{commits.yml => no-merge-commits.yml} | 9 --------- 1 file changed, 9 deletions(-) rename .github/workflows/{commits.yml => no-merge-commits.yml} (69%) diff --git a/.github/workflows/commits.yml b/.github/workflows/no-merge-commits.yml similarity index 69% rename from .github/workflows/commits.yml rename to .github/workflows/no-merge-commits.yml index 867cd669..10c4e0b8 100644 --- a/.github/workflows/commits.yml +++ b/.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