Skip to content

Commit d644f20

Browse files
committed
eli-759 removing the PR title check as it should be dealt with in a pre-commit, not CI/CD
1 parent 15901f8 commit d644f20

2 files changed

Lines changed: 0 additions & 39 deletions

File tree

.github/workflows/pr_title_check.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/pull_request.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
secrets:
1919
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2020

21-
pr_title_format_check:
22-
if: >-
23-
(github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]') ||
24-
(github.event_name == 'pull_request_target' && github.event.pull_request.user.login == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository)
25-
uses: ./.github/workflows/pr_title_check.yml
26-
2721
regression_tests:
2822
if: >-
2923
(github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]') ||

0 commit comments

Comments
 (0)