Skip to content

fix(otel): move telegraf files to separate folder #1351

fix(otel): move telegraf files to separate folder

fix(otel): move telegraf files to separate folder #1351

---
name: 'OPI Integration CI'
on:
push:
branches: [ main ]
paths-ignore:
- 'integration/**'
- '.github/workflows/poc-integration.yml'
pull_request:
branches: [ main ]
paths-ignore:
- 'integration/**'
- '.github/workflows/poc-integration.yml'
concurrency:
# if workflow for PR or push is already running stop it, and start new one
group: poc-integartion-skip-${{ github.ref }}
cancel-in-progress: true
jobs:
run_integration_poc:
runs-on: ubuntu-latest
steps:
- run: 'echo "No integration test run required"'