Skip to content

Commit

Permalink
Merge pull request #1676 from etalab/finetuning/ci
Browse files Browse the repository at this point in the history
running all tests on dependabot prs
  • Loading branch information
Un3x authored Sep 30, 2024
2 parents 6e39474 + 9fa949d commit abcfd00
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 abcfd00

Please sign in to comment.