Skip to content

Commit

Permalink
comment matrix-pytest if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-ellis-ky committed Jul 26, 2024
1 parent 801056a commit 9ea8b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
matrix-pytest:
runs-on: ubuntu-latest
needs: python-check
if: ${{ (!contains(needs.python-check.outputs.jobstatus, 'failure')) && (needs.python-check.outputs.DELTAFLDRCT != 0) }}
##if: ${{ (!contains(needs.python-check.outputs.jobstatus, 'failure')) && (needs.python-check.outputs.DELTAFLDRCT != 0) }}
env:
DELTAFOLDERS64: ${{ needs.python-check.outputs.DELTAFLDRSET64 }}
DELTAFOLDERCT: ${{ needs.python-check.outputs.DELTAFLDRCT }}
Expand Down

0 comments on commit 9ea8b0b

Please sign in to comment.