Skip to content

Commit

Permalink
build: skip commit-lint on Dependabot PRs (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
marekful authored May 7, 2023
1 parent 1329fdc commit a217eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: backend
lint-commits:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'snyk-') }}
if: ${{ !startsWith(github.head_ref, 'snyk-') && !startsWith(github.head_ref, 'dependabot/') }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
Expand Down

0 comments on commit a217eb3

Please sign in to comment.