Skip to content

Commit

Permalink
Add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler committed Nov 23, 2023
1 parent d1a8947 commit fef6bbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/subproject-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ jobs:
- '**czicompress**'
- '.github/**'
- '*.yml'
- if: ${{ github.event_name == 'pull_request' }}
run: |
echo "PR-changes: czishrink: ${{ steps.filter.outputs.czishrink }} czicompress: ${{ steps.filter.outputs.czicompress }}"
echo "job output: czishrink: ${{ github.event_name != 'pull_request' || steps.filter.outputs.czishrink == 'true' }} czicompress: ${{ github.event_name != 'pull_request' || steps.filter.outputs.czicompress == 'true' }}"

Check failure on line 48 in .github/workflows/subproject-changes.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

48:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit fef6bbf

Please sign in to comment.