From 40c3c1af8673e21d911976afc8e715b1164a2293 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Fri, 25 Oct 2024 17:40:46 +0200 Subject: [PATCH] wip --- .github/workflows/rerun-compare-chromium-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rerun-compare-chromium-versions.yml b/.github/workflows/rerun-compare-chromium-versions.yml index fe3e26411e0c..a3cce3b9b728 100644 --- a/.github/workflows/rerun-compare-chromium-versions.yml +++ b/.github/workflows/rerun-compare-chromium-versions.yml @@ -16,8 +16,8 @@ jobs: ## TODO: Temporary workaround for the above issue # if: github.event.pull_request.merged == true ## TODO: replace before merging - if: startsWith("cr1", github.head_ref) -# if: github.event.pull_request.merged == true && startsWith("cr1", github.head_ref) + if: startsWith('cr1', github.head_ref) +# if: github.event.pull_request.merged == true && startsWith('cr1', github.head_ref) runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}