We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9524fa1 commit 3e123a0Copy full SHA for 3e123a0
.github/workflows/build.yaml
@@ -33,9 +33,9 @@ jobs:
33
run: spack -e . -v concretize
34
if: ${{ github.event.inputs.name == 'true' }}
35
36
- - name: Concretize
+ - name: Concretize (reuse)
37
38
- if: ${{ github.event.inputs.name == 'false' }}
+ if: ${{ github.event.inputs.name == 'false' || github.event_name != 'workflow_dispatch' }}
39
40
- name: Install
41
run: |
0 commit comments