mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:17:22 +08:00
Skip testing on algorithm branches.
This commit is contained in:
parent
991469239d
commit
2bcbdafcef
6
.github/workflows/test_workspace.yml
vendored
6
.github/workflows/test_workspace.yml
vendored
@ -6,12 +6,18 @@ on:
|
||||
- 'satisfiability/*'
|
||||
- 'vehicle_routing/*'
|
||||
- 'knapsack/*'
|
||||
- 'vector_search/*'
|
||||
- 'hypergraph/*'
|
||||
- 'test/satisfiability/*'
|
||||
- 'test/vehicle_routing/*'
|
||||
- 'test/knapsack/*'
|
||||
- 'test/vector_search/*'
|
||||
- 'test/hypergraph/*'
|
||||
- 'dev/satisfiability/*'
|
||||
- 'dev/vehicle_routing/*'
|
||||
- 'dev/knapsack/*'
|
||||
- 'dev/vector_search/*'
|
||||
- 'dev/hypergraph/*'
|
||||
|
||||
jobs:
|
||||
test_workspace:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user