Update check-regexp to exclude 'Report results'

As this runs on workflow_run so gets clobbered by non-develop runs
This commit is contained in:
Michael Telatynski
2026-04-16 09:55:27 +01:00
committed by GitHub
parent b495628e6f
commit 475b89ec46
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
running-workflow-name: "Build & Deploy develop.element.io"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
check-regexp: ^((?!SonarCloud|SonarQube|issue|board|label|Release|prepare|GitHub Pages|Upload|Netlify).)*$
check-regexp: ^((?!SonarCloud|SonarQube|issue|board|label|Release|prepare|GitHub Pages|Upload|Netlify|Report).)*$
# We keep the latest develop.tar.gz on R2 instead of relying on the github artifact uploaded earlier
# as the expires after 24h and requires auth to download.