Skip to content

Commit

Permalink
Attempt to use inputs to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Feb 11, 2024
1 parent ad1c5fe commit 7180e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
runTests:
description: "Run tests?"
required: false
required: true
type: boolean
default: true
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
runTests:
description: "Run tests?"
required: false
required: true
type: boolean
default: true
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
runTests:
description: "Run tests?"
required: false
required: true
type: boolean
default: true
jobs:
Expand Down

0 comments on commit 7180e64

Please sign in to comment.