Skip to content

Commit

Permalink
Add debug job
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler committed Nov 23, 2023
1 parent ed9e4ca commit d1a8947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/czishrink_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
changes:
uses: ./.github/workflows/subproject-changes.yml

debug:
needs: changes
runs-on: ubuntu-latest
steps:
- run: echo czishrink ${{ needs.changes.outputs.czishrink }} czicompress ${{ needs.changes.outputs.czicompress }}

analyze:
needs: changes
if: ${{ needs.changes.outputs.czishrink == 'true' }}
Expand Down

0 comments on commit d1a8947

Please sign in to comment.