Skip to content

Commit

Permalink
ci: dependabot auto-merge only if everything passes
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 10, 2024
1 parent d21025d commit bf0574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
enableCrossOsArchive: true
- run: task acceptance:windows:install
dependabot:
needs: [unit-tests]
needs: [unit-tests, acceptance-tests, install-windows-pkgs]
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit bf0574c

Please sign in to comment.