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 398e793 commit d94dcea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/get_jars_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_file_size(url):

for engine in engines["versions"]:
for jar in engine["jars"]:
if jar in jar_dict.keys:
if jar in jar_dict.keys():
continue
jar_dict[jar] = get_file_size(jar)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example_run_pytorch1_2_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
paths-ignore:
- .github/workflows/bioimageio_ci.yml
- .github/workflows/test_mac_shm.yml
- .github/workflows/jar_sizes.yml
pull_request:
branches: [ main ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example_run_tf1_and_tf2_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]
paths-ignore:
- .github/workflows/bioimageio_ci.yml
- .github/workflows/test_mac_shm.yml
- .github/workflows/jar_sizes.yml
jobs:
build-and-run:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d94dcea

Please sign in to comment.