Skip to content

Commit

Permalink
always build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 21, 2023
1 parent 9273d01 commit 781196f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
runs-on: ${{ matrix.os }}

needs: check
if: needs.check.outputs.version_changed == 'true' || needs.check.outputs.nightly == 'true'
# if: needs.check.outputs.version_changed == 'true' || needs.check.outputs.nightly == 'true'
if: always()
env:
version: ${{ needs.check.outputs.version }}
outputs:
Expand Down

0 comments on commit 781196f

Please sign in to comment.