mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-01-14 02:30:05 +08:00
update .github/workflows/automerge.yml
This commit is contained in:
parent
c4bd4dc225
commit
3519224b92
4
.github/workflows/automerge.yml
vendored
4
.github/workflows/automerge.yml
vendored
@ -33,7 +33,9 @@ jobs:
|
||||
automerge:
|
||||
needs: automerge-check
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.automerge-check.outputs.status == 'true' }}
|
||||
# The check for the user is redundant here, as this job depends on the automerge-check job,
|
||||
# but it prevents this job from spinning up, just to be skipped shortly after.
|
||||
if: github.event.pull_request.user.login == 'web3-bot' && needs.automerge-check.outputs.status == 'true'
|
||||
steps:
|
||||
- name: Wait on tests
|
||||
uses: lewagon/wait-on-check-action@bafe56a6863672c681c3cf671f5e10b20abf2eaa # v0.2
|
||||
|
Loading…
Reference in New Issue
Block a user