Skip to content

Commit

Permalink
Remove uncommented build-type check
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Jan 11, 2024
1 parent fb192d2 commit b1dd361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
cat howso_stacktrace.txt || true
install-verification-linux-arm64:
# if: inputs.build-type != 'PR'
if: inputs.build-type != 'PR'
needs: ['metadata', 'build']
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b1dd361

Please sign in to comment.