Skip to content

Commit

Permalink
rl
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 1, 2024
1 parent 6999d71 commit 5c8373f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_gis_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'gis/**/*.py' # If a gis model is modified
- 'test_gis_examples.py' # If the gis test script is modified
- '.github/workflows/test_gis_examples.yml' # If this workflow is modified
- 'pyproject.toml'
pull_request:
paths:
- 'gis/**/*.py'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_rl_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'rl/**/*.py' # If a RL model is modified
- 'test_rl_examples.py' # If the RL test script is modified
- '.github/workflows/test_rl_examples.yml' # If this workflow is modified
- 'pyproject.toml'
pull_request:
paths:
- 'rl/**/*.py'
Expand Down

0 comments on commit 5c8373f

Please sign in to comment.