Skip to content

Commit 1205cf7

Browse files
authored
ci: trigger auto merge only when succeed
1 parent 83d9b03 commit 1205cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Auto merge
18+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1819
uses: ridedott/merge-me-action@v2
1920
with:
2021
GITHUB_LOGIN: 'dependabot*'

0 commit comments

Comments
 (0)