Skip to content

Commit

Permalink
Skip upload of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Dec 22, 2023
1 parent eed259d commit fb5c43d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI_rosco-pytools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ jobs:
cd Examples
treon ROSCO_walkthrough.ipynb
# Archive artifacts
- name: Archive production artifacts
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: ROSCO-artifacts
path: |
${{runner.workspace}}
# # Archive artifacts
# - name: Archive production artifacts
# if: success() || failure()
# uses: actions/upload-artifact@v3
# with:
# name: ROSCO-artifacts
# path: |
# ${{runner.workspace}}

run_testing:
name: Run Testing
Expand Down

0 comments on commit fb5c43d

Please sign in to comment.