Skip to content

Commit

Permalink
Uncomment conditional for uploading to CI buildcache
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 10, 2023
1 parent 2d7097a commit 609e790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ramble --workspace-dir . --disable-progress-bar --disable-logger workspace analyze
- name: Upload Binaries to CI Cache
# if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop'
run: |
spack mirror set --push --oci-username ${{ github.actor }} --oci-password "${{ secrets.GITHUB_TOKEN }}" ci-buildcache
spack buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --unsigned --update-index ci-buildcache $(spack find --format '/{hash}')

0 comments on commit 609e790

Please sign in to comment.