We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ee4d2 commit 53ebb24Copy full SHA for 53ebb24
.github/workflows/auto-merge.yml
@@ -11,7 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
if: github.event.workflow_run.event == 'pull_request' && github.actor == 'dependabot[bot]'
13
steps:
14
- - name: 'Wait until build and static code check is success'
15
- uses: actions/checkout@v2
16
- uses: ahmadnassri/action-workflow-run-wait@v1
17
with:
0 commit comments