Skip to content

Commit 3e123a0

Browse files
committed
fix
1 parent 9524fa1 commit 3e123a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
run: spack -e . -v concretize
3434
if: ${{ github.event.inputs.name == 'true' }}
3535

36-
- name: Concretize
36+
- name: Concretize (reuse)
3737
run: spack -e . -v concretize
38-
if: ${{ github.event.inputs.name == 'false' }}
38+
if: ${{ github.event.inputs.name == 'false' || github.event_name != 'workflow_dispatch' }}
3939

4040
- name: Install
4141
run: |

0 commit comments

Comments
 (0)