chore: add support for waitForNetworkIdle (#10261)

This commit is contained in:
Nikolay Vitkov
2023-05-30 13:07:55 +02:00
committed by GitHub
parent 2741b76d30
commit b03acac30f
8 changed files with 134 additions and 69 deletions

View File

@@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 2
- name: Check if branch is out of date
if: ${{ inputs.check-mergeable-state }}
if: ${{ inputs.check-mergeable-state && github.base_ref == 'main' }}
run: |
git fetch origin main --depth 1 &&
git merge-base --is-ancestor origin/main @;