Skip to content

Commit dab1b4b

Browse files
authored
Merge pull request #1183 from ImpleLee/restrict-web
Prevent the CI changing the webpage in PR
2 parents fb95cb9 + 98327ab commit dab1b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ jobs:
319319
build-web-compat:
320320
runs-on: ubuntu-latest
321321
needs: [get-info, build-core, auto-test]
322+
if: github.event_name != 'pull_request'
322323
env:
323324
MEMORY_LIMIT: 128000000
324325
OUTPUT_FOLDER: ./build

0 commit comments

Comments
 (0)