mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-09-26 20:21:26 +08:00
ci: limit interop tests runs to core folders (#2513)
This commit is contained in:
13
.github/workflows/interop-test.yml
vendored
13
.github/workflows/interop-test.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user