Skip to content

Security: Test added for traffic over the IPsec tunnel. #1522

Security: Test added for traffic over the IPsec tunnel.

Security: Test added for traffic over the IPsec tunnel. #1522

---
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"'