Skip to content

Commit

Permalink
CI: track changes in examples (#4211)
Browse files Browse the repository at this point in the history
Note: this will help us greatly with the maintenance of
the new pyaedt-examples projects. At short term it
will alleviate the pain of tracking changes in the
examples while working on the repo. In the long term,
it could be leveraged to trigger specific workflows
on the pyaedt-examples repo
  • Loading branch information
SMoraisAnsys authored Feb 9, 2024
1 parent 55a89f7 commit 5476f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ edb:
- "examples/05-Q3D/Q3D_DC_IR.py"
- "pyaedt/edb_core/**/*"
- "pyaedt/edb.py"

examples:
- changed-files:
- any-glob-to-any-file:
- "examples/**/*"
4 changes: 4 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
- name: edb
description: Anything related to the EDB API
color: C4C25D

- name: examples
description: Anything related to the examples
color: 3C2E5F

0 comments on commit 5476f08

Please sign in to comment.