Skip to content

Commit e0304a2

Browse files
committed
revert debug changes
1 parent 1a07410 commit e0304a2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
has_benchmarks_only=true
116116
for change in $(echo "$CHANGES" | tr -d '[]" ' | tr ',' '\n'); do
117-
if [[ "$change" != "ci" && "$change" != "benchmarks" ]]; then
117+
if [[ "$change" != "benchmarks" ]]; then
118118
has_benchmarks_only=false
119119
fi
120120
done

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ on:
7575
e2e_binaries_preview_artifact:
7676
type: string
7777
required: false
78-
juju:
79-
type: string
80-
required: false
8178

8279
outputs:
8380
build_conclusion:

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cc: clang
5858
cxx: clang++
5959
changes: ${{ needs.detect_changes.outputs.filters }}
60-
juju: ${{ needs.detect_changes.outputs.benchmarks_only }}
60+
6161
toolchain_artifact: sycl_linux_default
6262
e2e_binaries_artifact: ${{ needs.detect_changes.outputs.benchmarks_only != 'true' && 'e2e_bin' || '' }}
6363
e2e_binaries_preview_artifact: ${{ needs.detect_changes.outputs.benchmarks_only != 'true' && 'e2e_bin_preview' || '' }}

0 commit comments

Comments
 (0)