Skip to content

Commit

Permalink
Merge pull request #164 from openclimatefix/add-workflow-ignore-paths
Browse files Browse the repository at this point in the history
Add some ignored paths to github workflow
  • Loading branch information
Sukh-P authored Mar 19, 2024
2 parents c81f7e5 + 29a1004 commit fe5fd2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- "configs.example/**" # ignores all files in configs.example
- "**/README.md" # ignores all README files

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion configs.example/experiment/example_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ trainer:
max_epochs: 2

datamodule:
batch_size: 32
batch_size: 16

validate_only: "1" # by putting this key in the config file, the model does not get trained.

0 comments on commit fe5fd2f

Please sign in to comment.