Skip to content

Commit

Permalink
Merge pull request #872 from rl-institut/feature/no_tests_docs
Browse files Browse the repository at this point in the history
Prevent github action workflow for changes on docs
  • Loading branch information
Bachibouzouk committed Apr 29, 2021
2 parents cdfc2fc + 01ea4ae commit 29af6b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ name: CI
# events but only for the dev and master branches
on:
push:

paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
- 'README.rst'
pull_request:
branches:
-dev
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Here is a template for new release sections
- Change `E1.add_info_flows()` so that storage peculiarities for the information is considered (#859)
- Benchmark tests for `AE-Grid-Battery`: Input files and pytests (#859)
- `E1.lcoe_assets` to calculate LCOE of storage capacity throughput based on input flow. Required change of `test_benchmark_KPI` (storage not used, LCOE=0) (#589)
- Modified github action workflow so that it is not triggered when one modifies the README, CHANGELOG or the docs (#872)

### Removed
- `AUTO_SOURCE` and `AUTO_SINK` as this overcomplicated the labelling process (#837)
Expand Down

0 comments on commit 29af6b2

Please sign in to comment.