Skip to content

Commit db359e0

Browse files
committed
undo redundant win changes
1 parent 7abb7b1 commit db359e0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
# We upload both Linux/Windows build via Github's "Releases"
130130
# functionality, make sure Linux/Windows names follow the same pattern.
131131
artifact_archive_name: sycl_windows.tar.gz
132-
ref: ${{ env.SYCL_REL_BRANCH }}
132+
build_ref: ${{ env.SYCL_REL_BRANCH }}
133133

134134
e2e-win:
135135
needs: build-win

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
build_ref:
1111
type: string
1212
required: false
13-
ref:
14-
type: string
15-
required: false
1613
changes:
1714
type: string
1815
description: 'Filter matches for the changed files in the PR'
@@ -76,7 +73,7 @@ jobs:
7673
- uses: actions/checkout@v4
7774
with:
7875
path: src
79-
ref: ${{ inputs.ref || github.sha }}
76+
ref: ${{ inputs.build_ref || github.sha }}
8077
fetch-depth: 1
8178
- name: Register cleanup after job is finished
8279
uses: ./src/devops/actions/cleanup

0 commit comments

Comments
 (0)