Skip to content

Commit

Permalink
Allow dependabot auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
smeny authored May 16, 2024
1 parent 7e9c552 commit b98ad58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-aws-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
audit:
name: Audit dependencies
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -176,6 +177,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
environment: aws-staging
needs: [lint, test, audit, brakeman-scan]

Expand Down

0 comments on commit b98ad58

Please sign in to comment.