Remove conditional

This commit is contained in:
Adam Gastineau 2025-01-24 12:39:04 -08:00
parent 3b5a50cee2
commit b31e4daff8
6 changed files with 23 additions and 23 deletions

View file

@ -18,7 +18,7 @@ env:
jobs: jobs:
test_bidi: test_bidi:
name: BiDi name: BiDi
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
permissions: permissions:

View file

@ -21,7 +21,7 @@ env:
jobs: jobs:
test_components: test_components:
name: ${{ matrix.os }} - Node.js ${{ matrix.node-version }} name: ${{ matrix.os }} - Node.js ${{ matrix.node-version }}
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -28,7 +28,7 @@ env:
jobs: jobs:
test_linux: test_linux:
name: ${{ matrix.os }} (${{ matrix.browser }} - Node.js ${{ matrix.node-version }}) name: ${{ matrix.os }} (${{ matrix.browser }} - Node.js ${{ matrix.node-version }})
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -61,7 +61,7 @@ jobs:
test_linux_chromium_tot: test_linux_chromium_tot:
name: ${{ matrix.os }} (chromium tip-of-tree) name: ${{ matrix.os }} (chromium tip-of-tree)
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -86,7 +86,7 @@ jobs:
test_test_runner: test_test_runner:
name: Test Runner name: Test Runner
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -131,7 +131,7 @@ jobs:
test_web_components: test_web_components:
name: Web Components name: Web Components
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -167,7 +167,7 @@ jobs:
test_vscode_extension: test_vscode_extension:
name: VSCode Extension name: VSCode Extension
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
PWTEST_BOT_NAME: "vscode-extension" PWTEST_BOT_NAME: "vscode-extension"
@ -204,7 +204,7 @@ jobs:
test_package_installations: test_package_installations:
name: "Installation Test ${{ matrix.os }}" name: "Installation Test ${{ matrix.os }}"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false

View file

@ -27,7 +27,7 @@ permissions:
jobs: jobs:
test_linux: test_linux:
name: ${{ matrix.os }} (${{ matrix.browser }}) name: ${{ matrix.os }} (${{ matrix.browser }})
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -48,7 +48,7 @@ jobs:
test_mac: test_mac:
name: ${{ matrix.os }} (${{ matrix.browser }}) name: ${{ matrix.os }} (${{ matrix.browser }})
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -76,7 +76,7 @@ jobs:
test_win: test_win:
name: "Windows" name: "Windows"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -96,7 +96,7 @@ jobs:
test-package-installations-other-node-versions: test-package-installations-other-node-versions:
name: "Installation Test ${{ matrix.os }} (${{ matrix.node_version }})" name: "Installation Test ${{ matrix.os }} (${{ matrix.node_version }})"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -130,7 +130,7 @@ jobs:
headed_tests: headed_tests:
name: "headed ${{ matrix.browser }} (${{ matrix.os }})" name: "headed ${{ matrix.browser }} (${{ matrix.os }})"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -157,7 +157,7 @@ jobs:
transport_linux: transport_linux:
name: "Transport" name: "Transport"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -179,7 +179,7 @@ jobs:
tracing_linux: tracing_linux:
name: Tracing ${{ matrix.browser }} ${{ matrix.channel }} name: Tracing ${{ matrix.browser }} ${{ matrix.channel }}
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -207,7 +207,7 @@ jobs:
test_chromium_channels: test_chromium_channels:
name: Test ${{ matrix.channel }} on ${{ matrix.runs-on }} name: Test ${{ matrix.channel }} on ${{ matrix.runs-on }}
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }}
strategy: strategy:
@ -230,7 +230,7 @@ jobs:
chromium_tot: chromium_tot:
name: Chromium tip-of-tree ${{ matrix.os }}${{ matrix.headed }} name: Chromium tip-of-tree ${{ matrix.os }}${{ matrix.headed }}
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -253,7 +253,7 @@ jobs:
chromium_tot_headless_shell: chromium_tot_headless_shell:
name: Chromium tip-of-tree headless-shell-${{ matrix.os }} name: Chromium tip-of-tree headless-shell-${{ matrix.os }}
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -275,7 +275,7 @@ jobs:
firefox_beta: firefox_beta:
name: Firefox Beta ${{ matrix.os }} name: Firefox Beta ${{ matrix.os }}
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -297,7 +297,7 @@ jobs:
build-playwright-driver: build-playwright-driver:
name: "build-playwright-driver" name: "build-playwright-driver"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -311,7 +311,7 @@ jobs:
test_channel_chromium: test_channel_chromium:
name: Test channel=chromium name: Test channel=chromium
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
strategy: strategy:
fail-fast: false fail-fast: false

View file

@ -10,7 +10,7 @@ env:
jobs: jobs:
test: test:
name: "Service" name: "Service"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -15,7 +15,7 @@ env:
jobs: jobs:
video_linux: video_linux:
name: "Video Linux" name: "Video Linux"
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch' if: github.repository == 'microsoft/playwright'
environment: allow-uploading-flakiness-results environment: allow-uploading-flakiness-results
strategy: strategy:
fail-fast: false fail-fast: false