Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 2, 2024
1 parent f2d7e40 commit 3e4094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3952,10 +3952,10 @@ jobs:
dependabot:
runs-on: ubuntu-20.04
needs: [ validate-success ]
if: github.actor == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve & Merge PR
env:
Expand Down

0 comments on commit 3e4094a

Please sign in to comment.