Skip to content

Commit b346c78

Browse files
committed
squash: move things around
1 parent c6d0fc9 commit b346c78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-instrumentation-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9+
- 'helpers/**'
910
- 'instrumentation/action_mailer/**'
1011
- 'instrumentation/action_pack/**'
1112
- 'instrumentation/action_view/**'
@@ -38,7 +39,6 @@ on:
3839
- 'instrumentation/restclient/**'
3940
- 'instrumentation/rspec/**'
4041
- 'instrumentation/sinatra/**'
41-
- 'helpers/**'
4242
- '.github/workflows/ci-instrumentation.yml'
4343
- '.github/actions/**'
4444
- 'Gemfile'

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- main
88
paths:
9+
- 'helpers/**'
10+
- 'instrumentation/base/**'
911
- 'instrumentation/bunny/**'
1012
- 'instrumentation/dalli/**'
1113
- 'instrumentation/mongo/**'

0 commit comments

Comments
 (0)