CI: only run test_size on a pull request

This commit is contained in:
Andrew Tridgell 2022-10-08 09:26:08 +11:00
parent e228244d33
commit f5e3df7981
1 changed files with 1 additions and 1 deletions

View File

@ -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