We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d0fc9 commit b346c78Copy full SHA for b346c78
.github/workflows/ci-instrumentation-full.yml
@@ -6,6 +6,7 @@ on:
6
branches:
7
- main
8
paths:
9
+ - 'helpers/**'
10
- 'instrumentation/action_mailer/**'
11
- 'instrumentation/action_pack/**'
12
- 'instrumentation/action_view/**'
@@ -38,7 +39,6 @@ on:
38
39
- 'instrumentation/restclient/**'
40
- 'instrumentation/rspec/**'
41
- 'instrumentation/sinatra/**'
- - 'helpers/**'
42
- '.github/workflows/ci-instrumentation.yml'
43
- '.github/actions/**'
44
- 'Gemfile'
.github/workflows/ci-instrumentation-with-services.yml
@@ -6,6 +6,8 @@ on:
+ - 'instrumentation/base/**'
- 'instrumentation/bunny/**'
- 'instrumentation/dalli/**'
13
- 'instrumentation/mongo/**'
0 commit comments