Skip to content

Commit

Permalink
Merge pull request #1183 from ImpleLee/restrict-web
Browse files Browse the repository at this point in the history
Prevent the CI changing the webpage in PR
  • Loading branch information
MrZ626 authored Nov 20, 2024
2 parents fb95cb9 + 98327ab commit dab1b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ jobs:
build-web-compat:
runs-on: ubuntu-latest
needs: [get-info, build-core, auto-test]
if: github.event_name != 'pull_request'
env:
MEMORY_LIMIT: 128000000
OUTPUT_FOLDER: ./build
Expand Down

0 comments on commit dab1b4b

Please sign in to comment.