Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 22, 2024
1 parent cb74e00 commit d0977f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
echo "CHANGELOG.md has not been updated."
0
debug:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
runs-on: ubuntu-latest
steps:
- run: echo $ALL_PYTHON_VERSIONS
- run: echo $ALL_OS_VERSIONS

run-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
Expand Down

0 comments on commit d0977f9

Please sign in to comment.