We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e636cc0 commit 8143914Copy full SHA for 8143914
.github/workflows/test-OSW.yml
@@ -23,7 +23,7 @@ jobs:
23
Find-packages:
24
runs-on: ubuntu-latest
25
needs: check_skip
26
- if: ${{ needs.check_skip.outputs.should_skip != 'true' }}
+ if: ${{ (needs.check_skip.outputs.should_skip != 'true') || startsWith(github.ref, 'refs/tags/v') }}
27
steps:
28
- name: Checkout repository and submodules
29
uses: nschloe/action-cached-lfs-checkout@v1
0 commit comments