diff --git a/.github/workflows/backends.yml b/.github/workflows/backends.yml index 215c2f2..e0e57da 100644 --- a/.github/workflows/backends.yml +++ b/.github/workflows/backends.yml @@ -112,6 +112,8 @@ jobs: path: .\build\bin\Release\stable-diffusion.dll windows-sycl: + if: ${{ false }} + runs-on: windows-2022 defaults: @@ -442,6 +444,9 @@ jobs: - osx-cpu steps: + - name: Print header version + run: echo "${{ github.event.inputs.commit }}" + - name: Checkout id: checkout uses: actions/checkout@v4.2.2