Skip to content

Commit

Permalink
correct another typo and make actions ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 8, 2025
1 parent d94dcea commit 7b7bd18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/get_jars_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def get_file_size(url):


with open(target_file, "w") as ff:
json.dump(jar_dict)
json.dump(jar_dict, ff)
1 change: 1 addition & 0 deletions .github/workflows/example_run_pytorch1_2_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- .github/workflows/bioimageio_ci.yml
- .github/workflows/jar_sizes.yml
- .github/get_jars_sizes.py
pull_request:
branches: [ main ]
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/example_run_tf1_and_tf2_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths-ignore:
- .github/workflows/bioimageio_ci.yml
- .github/workflows/jar_sizes.yml
- .github/get_jars_sizes.py
jobs:
build-and-run:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7b7bd18

Please sign in to comment.