Skip to content

Commit 7b48dc5

Browse files
authored
Update backends.yml
1 parent a5c75a4 commit 7b48dc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/backends.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
path: .\build\bin\Release\stable-diffusion.dll
113113

114114
windows-sycl:
115+
if: ${{ false }}
116+
115117
runs-on: windows-2022
116118

117119
defaults:
@@ -442,6 +444,9 @@ jobs:
442444
- osx-cpu
443445

444446
steps:
447+
- name: Print header version
448+
run: echo "${{ github.event.inputs.commit }}"
449+
445450
- name: Checkout
446451
id: checkout
447452
uses: actions/[email protected]

0 commit comments

Comments
 (0)