Skip to content

Commit

Permalink
[CI] Disable pack and upload steps (#5119)
Browse files Browse the repository at this point in the history
Temporarily disable two steps due to CI infra issues to unblock failing jobs while investigation is in progress.
  • Loading branch information
Alexander Batashev authored Dec 10, 2021
1 parent 080419e commit db7ff53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sycl_linux_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ jobs:
cmake --build $GITHUB_WORKSPACE/build --target install-clang-tidy
- name: Pack
if: false
run: tar -cJf llvm_sycl.tar.xz -C $GITHUB_WORKSPACE/build/install .
- name: Upload artifacts
if: false
uses: actions/upload-artifact@v1
with:
name: sycl_linux_${{ fromJSON(needs.configure.outputs.params).build_artifact_suffix }}
Expand Down

0 comments on commit db7ff53

Please sign in to comment.