|
5 | 5 | push: |
6 | 6 | branches: |
7 | 7 | - main |
| 8 | + paths: |
| 9 | + - 'instrumentation/action_mailer/**' |
| 10 | + - 'instrumentation/action_pack/**' |
| 11 | + - 'instrumentation/action_view/**' |
| 12 | + - 'instrumentation/active_job/**' |
| 13 | + - 'instrumentation/active_model_serializers/**' |
| 14 | + - 'instrumentation/active_record/**' |
| 15 | + - 'instrumentation/active_storage/**' |
| 16 | + - 'instrumentation/active_support/**' |
| 17 | + - 'instrumentation/all/**' |
| 18 | + - 'instrumentation/aws_sdk/**' |
| 19 | + - 'instrumentation/aws_lambda/**' |
| 20 | + - 'instrumentation/base/**' |
| 21 | + - 'instrumentation/concurrent_ruby/**' |
| 22 | + - 'instrumentation/delayed_job/**' |
| 23 | + - 'instrumentation/ethon/**' |
| 24 | + - 'instrumentation/excon/**' |
| 25 | + - 'instrumentation/faraday/**' |
| 26 | + - 'instrumentation/grape/**' |
| 27 | + - 'instrumentation/graphql/**' |
| 28 | + - 'instrumentation/grpc/**' |
| 29 | + - 'instrumentation/gruf/**' |
| 30 | + - 'instrumentation/http/**' |
| 31 | + - 'instrumentation/http_client/**' |
| 32 | + - 'instrumentation/httpx/**' |
| 33 | + - 'instrumentation/koala/**' |
| 34 | + - 'instrumentation/lmdb/**' |
| 35 | + - 'instrumentation/logger/**' |
| 36 | + - 'instrumentation/net_http/**' |
| 37 | + - 'instrumentation/rack/**' |
| 38 | + - 'instrumentation/rails/**' |
| 39 | + - 'instrumentation/restclient/**' |
| 40 | + - 'instrumentation/rspec/**' |
| 41 | + - 'instrumentation/sinatra/**' |
| 42 | + - 'helpers/**' |
| 43 | + - '.github/workflows/ci-instrumentation.yml' |
| 44 | + - '.github/actions/**' |
| 45 | + - 'Gemfile' |
| 46 | + - 'Rakefile' |
| 47 | + - '.rubocop.yml' |
| 48 | + - 'gemspecs/**' |
8 | 49 | pull_request: |
9 | 50 | branches: |
10 | 51 | - main |
| 52 | + paths: |
| 53 | + - 'instrumentation/action_mailer/**' |
| 54 | + - 'instrumentation/action_pack/**' |
| 55 | + - 'instrumentation/action_view/**' |
| 56 | + - 'instrumentation/active_job/**' |
| 57 | + - 'instrumentation/active_model_serializers/**' |
| 58 | + - 'instrumentation/active_record/**' |
| 59 | + - 'instrumentation/active_storage/**' |
| 60 | + - 'instrumentation/active_support/**' |
| 61 | + - 'instrumentation/all/**' |
| 62 | + - 'instrumentation/aws_sdk/**' |
| 63 | + - 'instrumentation/aws_lambda/**' |
| 64 | + - 'instrumentation/base/**' |
| 65 | + - 'instrumentation/concurrent_ruby/**' |
| 66 | + - 'instrumentation/delayed_job/**' |
| 67 | + - 'instrumentation/ethon/**' |
| 68 | + - 'instrumentation/excon/**' |
| 69 | + - 'instrumentation/faraday/**' |
| 70 | + - 'instrumentation/grape/**' |
| 71 | + - 'instrumentation/graphql/**' |
| 72 | + - 'instrumentation/grpc/**' |
| 73 | + - 'instrumentation/gruf/**' |
| 74 | + - 'instrumentation/http/**' |
| 75 | + - 'instrumentation/http_client/**' |
| 76 | + - 'instrumentation/httpx/**' |
| 77 | + - 'instrumentation/koala/**' |
| 78 | + - 'instrumentation/lmdb/**' |
| 79 | + - 'instrumentation/logger/**' |
| 80 | + - 'instrumentation/net_http/**' |
| 81 | + - 'instrumentation/rack/**' |
| 82 | + - 'instrumentation/rails/**' |
| 83 | + - 'instrumentation/restclient/**' |
| 84 | + - 'instrumentation/rspec/**' |
| 85 | + - 'instrumentation/sinatra/**' |
| 86 | + - 'helpers/**' |
| 87 | + - '.github/workflows/ci-instrumentation.yml' |
| 88 | + - '.github/actions/**' |
| 89 | + - 'Gemfile' |
| 90 | + - 'Rakefile' |
| 91 | + - '.rubocop.yml' |
| 92 | + - 'gemspecs/**' |
11 | 93 | schedule: |
12 | 94 | - cron: "0 0 * * *" |
13 | 95 |
|
|
0 commit comments