Skip to content

Commit feba154

Browse files
iindykcopybara-github
authored andcommitted
Fix publishing workflow.
PiperOrigin-RevId: 836743578
1 parent 8f9b532 commit feba154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ jobs:
9292
. "${SOURCE_DIR}"'/grain/oss/runner_common.sh'
9393
build_and_test_grain
9494
- name: Upload Grain artifacts
95-
if: ${{ inputs.is_ci_tests == 'false' }}
95+
if: ${{ inputs.is_ci_tests == 'false' || inputs.is_ci_tests == false }}
9696
uses: actions/upload-artifact@v4
9797
with:
9898
name: built-grain-wheels-${{ matrix.os }}-${{ matrix.python-version }}
9999
path: "${{ env.WHL_DIR }}/all_dist/*.whl"
100100

101101
publish-wheel:
102102
runs-on: ubuntu-22.04
103-
if: ${{ inputs.is_ci_tests == 'false' }}
103+
if: ${{ inputs.is_ci_tests == 'false' || inputs.is_ci_tests == false }}
104104
needs: build-and-test
105105
permissions:
106106
id-token: write

0 commit comments

Comments
 (0)