Skip to content

Commit a7cd650

Browse files
committed
Random backup
1 parent 79abad7 commit a7cd650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quick.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Quick Build and Check
55
on:
66
workflow_dispatch:
77
inputs:
8-
upload:
9-
description: Upload Results
8+
save:
9+
description: Save Results
1010
type: boolean
1111

1212
jobs:
@@ -75,7 +75,7 @@ jobs:
7575
make GCC=${{matrix.compiler.gcc}} GXX=${{matrix.compiler.gxx}} run
7676
7777
- name: Upload Results
78-
if: (inputs.upload)
78+
if: (inputs.save)
7979
uses: actions/upload-artifact@v4
8080
with:
8181
name: build-${{matrix.compiler.label}}-${{matrix.compiler.os}}${{matrix.isa}}

0 commit comments

Comments
 (0)