Skip to content

Commit

Permalink
v0.17.1 πŸŽ‰ (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmicro authored Nov 10, 2024
2 parents 2703982 + 8143914 commit 65c5b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Find-packages:
runs-on: ubuntu-latest
needs: check_skip
if: ${{ needs.check_skip.outputs.should_skip != 'true' }}
if: ${{ (needs.check_skip.outputs.should_skip != 'true') || startsWith(github.ref, 'refs/tags/v') }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
Expand Down

0 comments on commit 65c5b8b

Please sign in to comment.