Skip to content

Commit 53ebb24

Browse files
author
Pankaj Agrawal
committed
chore: wait for merge until check is green
1 parent 08ee4d2 commit 53ebb24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/auto-merge.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: github.event.workflow_run.event == 'pull_request' && github.actor == 'dependabot[bot]'
1313
steps:
14-
- name: 'Wait until build and static code check is success'
1514
- uses: actions/checkout@v2
1615
- uses: ahmadnassri/action-workflow-run-wait@v1
1716
with:

0 commit comments

Comments
 (0)