Skip to content

Commit

Permalink
Boolean skip option
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <benr@cuddletech.com>
  • Loading branch information
benr committed Aug 25, 2023
1 parent 6a6e83d commit 94bd99d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
workflow_dispatch:
inputs:
skip-publish:
description: 'Skip publishing to releases.mondoo.com'
description: 'Skip publishing to releases.mondoo.com?'
type: boolean
required: false
default: false


env:
REGISTRY: docker.io

Expand Down

0 comments on commit 94bd99d

Please sign in to comment.