From a82c24207ca70f0c09bae01fab93dc5023eede10 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 14 May 2024 14:43:20 +0200 Subject: [PATCH] drive by --- .github/workflows/tests_secondary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 0aa3c81287..9fd407d4dc 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -229,7 +229,7 @@ jobs: PWTEST_CHANNEL: chrome chromium_tot: - name: Chromium TOT ${{ matrix.os }} + name: Chromium tip-of-tree ${{ matrix.os }} environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }} runs-on: ${{ matrix.os }} strategy: @@ -250,7 +250,7 @@ jobs: PWTEST_CHANNEL: chromium-tip-of-tree 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 }} runs-on: ${{ matrix.os }} strategy: