Skip to content

Commit 5aa65ec

Browse files
committed
revertme
1 parent 1d0ef0c commit 5aa65ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
4343
- name: Concretize (fresh)
4444
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' }}
5045

5146
- name: Install
5247
run: |

0 commit comments

Comments
 (0)