-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: fix nightly pyaedt testing (#103)
* CI: update labeler and labels * CI: fix nightly pyaedt testing * CI: add examples job for label dependencies
- Loading branch information
1 parent
7ba16c2
commit 957e84b
Showing
4 changed files
with
83 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
documentation: | ||
- doc/source/**/* | ||
- README.md | ||
- README_CN.md | ||
- changed-files: | ||
- any-glob-to-any-file: ['doc/source/**/*', 'examples/**/*', 'README.md'] | ||
|
||
maintenance: | ||
- .github/**/* | ||
- .flake8 | ||
- setup.py | ||
- setup-distutils.py | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/**/*', 'codecov.yml', '.flake8', 'pyproject.toml'] | ||
|
||
dependencies: | ||
- requirements/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ['pyproject.toml'] | ||
|
||
ci/cd: | ||
- changed-files: | ||
- any-glob-to-any-file: ['docker/**/*', '.github/**/*', '.ci/**/*'] | ||
|
||
testing: | ||
- tests/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ['tests/**/*',] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters