Skip to content

Commit

Permalink
fix(workflows): needs
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Jan 4, 2023
1 parent 446b58b commit e96c078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

dependabot:
runs-on: ubuntu-latest
depends-on: test
needs: test
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit e96c078

Please sign in to comment.