Skip to content

Commit 8920dff

Browse files
committed
test
Signed-off-by: Nick Sarnie <[email protected]>
1 parent 237242d commit 8920dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions: read-all
3030

3131
jobs:
3232
detect_changes:
33-
if: ${{ github.event_name == 'pull_request' }}
33+
if: ${{ github.event_name == 'pull_request' }}
3434
uses: ./.github/workflows/sycl-detect-changes.yml
3535

3636
build-lin:

.github/workflows/sycl-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ permissions: read-all
9797
jobs:
9898
build:
9999
name: Build + LIT
100-
runs-on: [Windows, build]
100+
runs-on: [Windows, build-test]
101101
environment: WindowsCILock
102102
outputs:
103103
build_conclusion: ${{ steps.build.conclusion }}

0 commit comments

Comments
 (0)