mirror of https://github.com/ArduPilot/ardupilot
CI: only run test_size on a pull request
This commit is contained in:
parent
e228244d33
commit
f5e3df7981
|
@ -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