This commit is contained in:
Max Schmitt 2024-05-14 14:43:20 +02:00
parent 5002d8e046
commit a82c24207c

View file

@ -229,7 +229,7 @@ jobs:
PWTEST_CHANNEL: chrome PWTEST_CHANNEL: chrome
chromium_tot: chromium_tot:
name: Chromium TOT ${{ matrix.os }} name: Chromium tip-of-tree ${{ matrix.os }}
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:
@ -250,7 +250,7 @@ jobs:
PWTEST_CHANNEL: chromium-tip-of-tree PWTEST_CHANNEL: chromium-tip-of-tree
chromium_tot_headed: chromium_tot_headed:
name: Chromium TOT headed ${{ matrix.os }} name: Chromium tip-of-tree headed ${{ matrix.os }}
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: