ci: limit interop tests runs to core folders (#2513)

This commit is contained in:
Prithvi Shahi
2023-08-25 20:58:03 -07:00
committed by GitHub
parent 4caa4e5bd4
commit c02be3228d

View File

@@ -1,9 +1,22 @@
name: Interoperability Testing
on:
workflow_dispatch:
pull_request:
paths:
- 'config/**'
- 'core/**'
- 'internal/**'
- 'p2p/**'
- 'test-plans/**'
push:
branches:
- "master"
paths:
- 'config/**'
- 'core/**'
- 'internal/**'
- 'p2p/**'
- 'test-plans/**'
jobs:
run-multidim-interop: