Skip to content

Commit

Permalink
fix techlib-labs container build names and filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Aug 20, 2024
1 parent 6eeaf76 commit 68f1691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_build_parent_matrix.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: build container for CVaaS and AVD Demo, EVPN MLAG
name: build techlib-labs containers

on:
push:
branches: ['**'] # branches will be filtered in the jobs
paths:
- .github/workflows/container_build_child.yml
- .github/workflows/container_build_parent_matrix.yml
- containers/**
- containers/techlib-labs/**
workflow_dispatch:
branches: ['**'] # branches will be filtered in the jobs

Expand Down

0 comments on commit 68f1691

Please sign in to comment.