diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33c80bd..155483c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: jobs: clean_code: name: Check linting and formatting of code + if: github.event.commits[0].author.name != 'semantic-release-bot' runs-on: ubuntu-latest steps: @@ -30,6 +31,7 @@ jobs: commitlint: name: Check linting of commits in this Pull Request + if: github.event.commits[0].author.name != 'semantic-release-bot' runs-on: ubuntu-latest steps: - name: Checkout repository