Skip to content

Commit 135644d

Browse files
Merge pull request #25 from gardenlinux/nightlies
disable kms for workflow builds
2 parents 4edae4a + d632dd0 commit 135644d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/nightly.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
description: "Version to build"
1010
type: string
1111
default: now
12-
use_kms:
13-
description: "Use KMS to encrypt the secureboot db"
14-
type: boolean
15-
required: false
16-
default: false
1712
jobs:
1813
checkout:
1914
runs-on: ubuntu-latest
@@ -27,4 +22,3 @@ jobs:
2722
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@main
2823
with:
2924
version: ${{ inputs.version || 'now' }}
30-
use_kms: ${{ github.event_name != 'workflow_dispatch' || inputs.use_kms }}

0 commit comments

Comments
 (0)