We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f43c57 commit c385055Copy full SHA for c385055
.github/workflows/build_develop.yml
@@ -98,7 +98,7 @@ jobs:
98
running-workflow-name: "Build & Deploy develop.element.io"
99
repo-token: ${{ secrets.GITHUB_TOKEN }}
100
wait-interval: 10
101
- check-regexp: ^((?!SonarCloud|SonarQube|issue|board|label|Release|prepare).)*$
+ check-regexp: ^((?!SonarCloud|SonarQube|issue|board|label|Release|prepare|GitHub Pages).)*$
102
103
# We keep the latest develop.tar.gz on R2 instead of relying on the github artifact uploaded earlier
104
# as the expires after 24h and requires auth to download.
0 commit comments