Skip to content

Commit

Permalink
remove debug, output looks good
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Apr 16, 2024
1 parent fe00442 commit fceb36e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ jobs:
- id: check-test
name: 'export conditional used to determine if we should run a test suite'
run: |
echo ${{ steps.check-build.outputs.run_build == 'true' }}
echo ${{ steps.check-build.outputs.run_build == 'false' }}
echo ${{ steps.get-labels.outputs.result }}
echo ${{ fromJson(steps.get-labels.outputs.result) }}
echo ${{ contains(fromJson(steps.get-labels.outputs.result), 'Test: None') }}
echo "run_test=${{ (steps.check-build.outputs.run_build == 'true' && !contains(fromJson(steps.get-labels.outputs.result), 'Test: None')) }}" >> $GITHUB_OUTPUT
display-dispatch-event-id:
Expand Down

0 comments on commit fceb36e

Please sign in to comment.