1
0
Fork 0

fix syntax errors in workflow
bob/onnx-web / github-pending (push) Has been cancelled Details
bob/onnx-web / build-api-coverage-3-10 (push) Has been cancelled Details
bob/onnx-web / build-api-coverage-3-9 (push) Has been cancelled Details
bob/onnx-web / build-api-coverage-3-8 (push) Has been cancelled Details
bob/onnx-web / build-gui-bundle (push) Has been cancelled Details
bob/onnx-web / package-api-oci (cpu-buster, api/Containerfile.cpu.buster) (push) Has been cancelled Details
bob/onnx-web / package-api-oci (cuda-ubuntu, api/Containerfile.cuda.ubuntu) (push) Has been cancelled Details
bob/onnx-web / package-api-oci (rocm-ubuntu, api/Containerfile.rocm.ubuntu) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (nginx-alpine, Containerfile.nginx.alpine) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (nginx-bullseye, Containerfile.nginx.bullseye) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (node-alpine, Containerfile.node.alpine) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (node-buster, Containerfile.node.buster) (push) Has been cancelled Details
bob/onnx-web / package-api-twine (push) Has been cancelled Details
bob/onnx-web / package-api-twine-dry (push) Has been cancelled Details
bob/onnx-web / package-gui-npm (push) Has been cancelled Details
bob/onnx-web / package-gui-npm-dry (push) Has been cancelled Details
bob/onnx-web / github-failure (push) Has been cancelled Details
bob/onnx-web / github-success (push) Has been cancelled Details

This commit is contained in:
Sean Sube 2024-04-16 19:14:08 -05:00
parent 26e8d293ac
commit ff88ea5258
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ jobs:
- runner:large
container:
image: docker.io/python:3.10
if: !(startsWith(github.ref, 'refs/tags'))
if: "!(startsWith(github.ref, 'refs/tags'))"
env:
PIP_CACHE_DIR: "${{ github.workspace }}/.cache/pip"
steps:
@ -282,7 +282,7 @@ jobs:
- runner:shared
container:
image: docker.io/node:18
if: !(startsWith(github.ref, 'refs/tags'))
if: "!(startsWith(github.ref, 'refs/tags'))"
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/cache@v3.3.2