Skip to content

Commit 79abad7

Browse files
committed
Random backup
1 parent c73e842 commit 79abad7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/quick.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
name: Quick Build and Check
44

55
on:
6-
workflow_dispatch: NULL
6+
workflow_dispatch:
7+
inputs:
8+
upload:
9+
description: Upload Results
10+
type: boolean
711

812
jobs:
913
build:
@@ -71,6 +75,7 @@ jobs:
7175
make GCC=${{matrix.compiler.gcc}} GXX=${{matrix.compiler.gxx}} run
7276
7377
- name: Upload Results
78+
if: (inputs.upload)
7479
uses: actions/upload-artifact@v4
7580
with:
7681
name: build-${{matrix.compiler.label}}-${{matrix.compiler.os}}${{matrix.isa}}

0 commit comments

Comments
 (0)