mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
CI: only run test_size on a pull request
This commit is contained in:
parent
d612bb3089
commit
ab7582af7c
2
.github/workflows/test_size.yml
vendored
2
.github/workflows/test_size.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: test size
|
name: test size
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [pull_request]
|
||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
Loading…
Reference in New Issue
Block a user