mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-12 00:34:00 +00:00
parent
2871bd543b
commit
0cb7f0ead0
7
.github/workflows/pr-check-build-size.yml
vendored
7
.github/workflows/pr-check-build-size.yml
vendored
@ -2,6 +2,11 @@ name: Calculate PR build size
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, reopened, synchronize]
|
||||
paths:
|
||||
- 'boot/**'
|
||||
- 'core/**'
|
||||
- 'themes/snowwhite/**'
|
||||
- 'themes/vanilla/**'
|
||||
|
||||
jobs:
|
||||
calculate-build-size:
|
||||
@ -19,7 +24,7 @@ jobs:
|
||||
with:
|
||||
pr_number: ${{ github.event.pull_request.number }}
|
||||
repo: ${{ github.repository }}
|
||||
base_ref: ${{ github.base_ref }}
|
||||
base_ref: ${{ github.event.pull_request.base.ref }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
mode: size:calc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user