devops: restrict cron workflows to microsoft/playwright repro (#16921)

This commit is contained in:
campersau 2022-08-30 13:12:36 +02:00 committed by GitHub
parent 11dfd31dd9
commit d56b279622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
trigger-chromium-build:
name: Trigger Build
runs-on: ubuntu-20.04
if: github.repository == 'microsoft/playwright'
steps:
- uses: actions/checkout@v2
- run: ./browser_patches/chromium/roll_to_current_beta.sh

View File

@ -8,6 +8,7 @@ jobs:
trigger-chromium-build:
name: Trigger Build
runs-on: ubuntu-20.04
if: github.repository == 'microsoft/playwright'
steps:
- uses: actions/checkout@v2
- run: ./browser_patches/chromium-tip-of-tree/roll_to_current_tip_of_tree.sh

View File

@ -8,6 +8,7 @@ jobs:
trigger-nodejs-roll:
name: Trigger Roll
runs-on: ubuntu-22.04
if: github.repository == 'microsoft/playwright'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2