diff --git a/.github/workflows/publishWheelRelease.yml b/.github/workflows/publishWheelRelease.yml index 6681d2fd47..ef99d7f379 100644 --- a/.github/workflows/publishWheelRelease.yml +++ b/.github/workflows/publishWheelRelease.yml @@ -18,7 +18,7 @@ on: workflow_dispatch: schedule: # Runs at 6:00 AM UTC, which is 10:00 PM previous day PST (UTC-8) - - cron: '0 6 * * *' + - cron: '0 6 * * *' # Ensure that only a single job or workflow using the same # concurrency group will run at a time. This would cancel @@ -93,7 +93,7 @@ jobs: shell: bash run: | ./build_tools/github_actions/ci_build_python_wheel.sh "$GITHUB_WORKSPACE/${{ github.sha }}" - + - name: Upload an artifact uses: actions/upload-artifact@v4 with: