devops: run bidi tests on CQ-bidi label (#35515)

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2025-04-07 15:36:00 +01:00 committed by GitHub
parent 22fcf6ea81
commit ab5f4639ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
- .github/workflows/tests_bidi.yml
- packages/playwright-core/src/server/bidi/**
- tests/bidi/**
types: [ labeled ]
schedule:
# Run every day at midnight
- cron: '0 0 * * *'
@ -18,6 +19,7 @@ env:
jobs:
test_bidi:
if: (github.event_name == 'pull_request' && github.event.label.name == 'CQ-bidi') || github.event_name != 'pull_request'
name: BiDi
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ubuntu-24.04