We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a8030 commit 4bf86baCopy full SHA for 4bf86ba
1 file changed
.github/workflows/pr.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Approve and automerge (only dependanbot PRs)
37
runs-on: ubuntu-latest
38
environment: testing
39
- needs: [test, deploy]
+ needs: [test]
40
if: ${{ github.actor == 'dependabot[bot]' }}
41
steps:
42
- name: Checkout
0 commit comments