Skip to content

Commit

Permalink
Temporarily undo artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Dec 7, 2023
1 parent 45c3037 commit 5f0925f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Download artifacts from previous run
uses: actions/download-artifact@v3
with:
## Download the artifacts from the previous run. The name must be the
## same as at the end where the artifacts are uploaded. The path will
## be the same one as in the upload step, that is:
## ~/work/StereoPipeline/packages
name: ssh-test-${{ runner.os }}
##- name: Download artifacts from previous run
## uses: actions/download-artifact@v3
## with:
## ## Download the artifacts from the previous run. The name must be the
## ## same as at the end where the artifacts are uploaded. The path will
## ## be the same one as in the upload step, that is:
## ## ~/work/StereoPipeline/packages
## name: ssh-test-${{ runner.os }}
- name: Cache conda
id: cache-conda
uses: actions/cache@v3
Expand Down

0 comments on commit 5f0925f

Please sign in to comment.