Skip to content

Commit

Permalink
CI: don't upload artifacts to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Oct 23, 2023
1 parent 3bf663a commit 9b2857e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ jobs:
# Start building
parallel -j +0 --keep-order --col-sep " " --halt now,fail=1 ./scripts/build.py --config=zephyr.yaml {} -j {#} -J ${COUNT} :::: boards_sample_pairs-${WORKLOAD}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
build
boards_sample_pairs
- name: Transfer build status results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9b2857e

Please sign in to comment.