We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0ef0c commit 5aa65ecCopy full SHA for 5aa65ec
.github/workflows/build.yaml
@@ -42,11 +42,6 @@ jobs:
42
43
- name: Concretize (fresh)
44
run: spack -e . -v concretize --fresh
45
- if: ${{ github.event.inputs.fresh == 'true' }}
46
-
47
- - name: Concretize (reuse)
48
- run: spack -e . -v concretize
49
- if: ${{ github.event.inputs.fresh == 'false' || github.event_name != 'workflow_dispatch' }}
50
51
- name: Install
52
run: |
0 commit comments