Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: true
type: string
can_deploy:
description: 'Determines wheather this workflow will also deploy (login and push).'
description: 'Determines whether this workflow will also deploy (login and push).'
required: true
type: boolean
has_refs:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/docker-multistage-push-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ on:
description: 'The flavour to build (Examples: base, mods, prod or work).'
required: true
type: string
enabled:
description: 'Determines wheather this workflow is enabled at all (will run or skip).'
required: true
type: boolean
can_deploy:
description: 'Determines wheather this workflow will also deploy (login and push).'
description: 'Determines whether this workflow will also deploy (login and push).'
required: true
type: boolean
has_refs:
Expand Down Expand Up @@ -53,7 +49,7 @@ jobs:
fail-fast: false
matrix:
include: ${{ fromJson(inputs.matrix) }}
if: inputs.enabled && inputs.can_deploy
if: inputs.can_deploy
steps:
# ------------------------------------------------------------
# Setup repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-name-version-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
###
inputs:
enabled:
description: 'Determines wheather this workflow is enabled at all (will run or skip).'
description: 'Determines whether this workflow is enabled at all (will run or skip).'
required: true
type: boolean
can_deploy:
description: 'Determines wheather this workflow will also deploy (login and push).'
description: 'Determines whether this workflow will also deploy (login and push).'
required: true
type: boolean
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
###
inputs:
enabled:
description: 'Determines wheather this workflow is enabled at all (will run or skip).'
description: 'Determines whether this workflow is enabled at all (will run or skip).'
required: true
type: boolean
can_deploy:
description: 'Determines wheather this workflow will also deploy (login and push).'
description: 'Determines whether this workflow will also deploy (login and push).'
required: true
type: boolean
matrix:
Expand Down