Skip to content

Commit

Permalink
chore: Remove unnecessary required flag in workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
codemile committed Jun 1, 2024
1 parent 9f00408 commit f96b7fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
inputs:
testOnly:
description: "Run tests only?"
required: true
type: boolean
default: false

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
inputs:
skipDeploy:
description: "Skip deployment?"
required: true
type: boolean
default: false

Expand Down

0 comments on commit f96b7fb

Please sign in to comment.