Skip to content

Commit

Permalink
running all tests on dependabot prs
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelfaure committed Sep 23, 2024
1 parent 69ef172 commit 9fa949d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on: [push]
jobs:
security:
name: Brakeman
if: "${{ github.actor != 'dependabot[bot]' }}"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -104,7 +103,6 @@ jobs:
run: bundle exec rspec

- uses: joshmfrankel/simplecov-check-action@main
if: "${{ github.actor != 'dependabot[bot]' }}"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
minimum_suite_coverage: 95
Expand Down

0 comments on commit 9fa949d

Please sign in to comment.