Skip to content

Commit 4a54a85

Browse files
authored
Revert "[CI] Disable pack and upload steps (#5119)" (#5125)
This reverts commit db7ff53.
1 parent 5d9a04b commit 4a54a85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sycl_linux_build_and_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,8 @@ jobs:
154154
cmake --build $GITHUB_WORKSPACE/build --target install-clang-tidy
155155
156156
- name: Pack
157-
if: false
158157
run: tar -cJf llvm_sycl.tar.xz -C $GITHUB_WORKSPACE/build/install .
159158
- name: Upload artifacts
160-
if: false
161159
uses: actions/upload-artifact@v1
162160
with:
163161
name: sycl_linux_${{ fromJSON(needs.configure.outputs.params).build_artifact_suffix }}

0 commit comments

Comments
 (0)