Skip to content

Commit

Permalink
fix workflow files (though I would like paths *and* paths-ignore supp…
Browse files Browse the repository at this point in the history
…rot)
  • Loading branch information
trentm committed Dec 11, 2024
1 parent dd912f9 commit c939743
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-edot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@ on:
paths:
- 'packages/opentelemetry-node/**'
- '.github/workflows/test-edot.yml'
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'examples/**'
pull_request:
branches:
- main
paths:
- 'packages/opentelemetry-node/**'
- '.github/workflows/test-edot.yml'
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'examples/**'

# Cancel jobs running for old commits on a PR. Allow concurrent runs on 'main'.
concurrency:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/test-instrumentation-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@ on:
paths:
- 'packages/instrumentation-openai/**'
- '.github/workflows/test-instrumentation-openai.yml'
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'examples/**'
pull_request:
branches:
- main
paths:
- 'packages/instrumentation-openai/**'
- '.github/workflows/test-instrumentation-openai.yml'
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'examples/**'

# Cancel jobs running for old commits on a PR. Allow concurrent runs on 'main'.
concurrency:
Expand Down

0 comments on commit c939743

Please sign in to comment.