diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3f2d579dc..6c25e2f58 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -7,7 +7,6 @@ on: [push] jobs: security: name: Brakeman - if: "${{ github.actor != 'dependabot[bot]' }}" runs-on: ubuntu-latest steps: - name: Checkout code @@ -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