Skip to content

Commit

Permalink
Merge pull request #402 from ergebnis/fix/wait
Browse files Browse the repository at this point in the history
Fix: Stop waiting
  • Loading branch information
ergebnis-bot committed Apr 29, 2020
2 parents a77074c + 97b286d commit 426c425
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/integrate.yaml
Expand Up @@ -420,9 +420,6 @@ jobs:
reviewers: reviewers,
})
- name: "Wait"
run: "sleep 3"

- name: "Assign @ergebnis-bot"
uses: "actions/github-script@0.8.0"
with:
Expand All @@ -442,9 +439,6 @@ jobs:
repo: repository.repo,
})
- name: "Wait"
run: "sleep 3"

- name: "Approve pull request"
uses: "actions/github-script@0.8.0"
if: "github.actor != 'ergebnis-bot'"
Expand All @@ -461,9 +455,6 @@ jobs:
repo: repository.repo,
})
- name: "Wait"
run: "sleep 3"

- name: "Merge pull request"
uses: "actions/github-script@0.8.0"
with:
Expand Down

0 comments on commit 426c425

Please sign in to comment.