From 468c04da8abc56b996ca64d1439ae94009d96fb5 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Tue, 24 Jun 2025 12:10:07 +0200 Subject: [PATCH] ci: remove conventional semantic commit workflow (#3459) --- .github/workflows/conventions-semantic-commits.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/conventions-semantic-commits.yml diff --git a/.github/workflows/conventions-semantic-commits.yml b/.github/workflows/conventions-semantic-commits.yml deleted file mode 100644 index d26307ba0..000000000 --- a/.github/workflows/conventions-semantic-commits.yml +++ /dev/null @@ -1,14 +0,0 @@ -# https://github.com/webiny/action-conventional-commits?tab=readme-ov-file -name: "[Conventions] Semantic Commits" - -on: - pull_request: - branches: [ dev ] - -jobs: - build: - name: Conventional Commits - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: webiny/action-conventional-commits@v1.3.0 \ No newline at end of file