mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add support for waitForNetworkIdle (#10261)
This commit is contained in:
2
.github/workflows/changed-packages.yml
vendored
2
.github/workflows/changed-packages.yml
vendored
@@ -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 @;
|
||||
|
||||
Reference in New Issue
Block a user