浏览代码

don't run pytest on doc or C# changes (#4454)

* don't run pytest on doc or C# changes

* also run on test dependency configs
/MLA-1734-demo-provider
GitHub 4 年前
当前提交
e2dff28f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
      .github/workflows/pytest.yml

6
.github/workflows/pytest.yml


on:
pull_request:
paths: # This action will only run if the PR modifies a file in one of these directories
- 'ml-agents/**'
- 'ml-agents-envs/**'
- 'gym-unity/**'
- 'test_constraints*.txt'
- 'test_requirements.txt'
push:
branches: [master]

正在加载...
取消
保存