mirror of https://github.com/ArduPilot/ardupilot
CI: only run test_size on a pull request
This commit is contained in:
parent
667d0cf73f
commit
12b6fa0948
|
@ -1,6 +1,6 @@
|
|||
name: test size
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on: [pull_request]
|
||||
# paths:
|
||||
# - "*"
|
||||
# - "!README.md" <-- don't rebuild on doc change
|
||||
|
|
Loading…
Reference in New Issue