Skip to content

Commit

Permalink
remove skip still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 19, 2024
1 parent 0ddb295 commit 1fb8bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

# see: https://github.com/actions/setup-python
tests:
needs: skip_duplicate
if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }}
#needs: skip_duplicate
#if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow-failure }}
env:
Expand Down

0 comments on commit 1fb8bc1

Please sign in to comment.