Skip to content

Commit

Permalink
Fix duplicate building of wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Sep 25, 2024
1 parent 82edec0 commit 09f9413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
# types: [eccodes-updated]

push:
tags-ignore:
- '**'
paths:
- 'scripts/common.sh'
- 'scripts/select-python-linux.sh'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
# types: [eccodes-updated]

push:
tags-ignore:
- '**'
paths:
- 'scripts/common.sh'
- 'scripts/select-python-macos.sh'
Expand Down

0 comments on commit 09f9413

Please sign in to comment.