Skip to content

Commit

Permalink
Silence error in the self-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed May 13, 2024
1 parent a1d9c85 commit 8006cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
default: true
description: "Set to 'true' to run tests with Thread Sanitizer. Defaults to 'true'."
with_public_api_check:
with_api_check:
type: boolean
required: false
default: true
Expand All @@ -33,5 +33,5 @@ jobs:
with:
with_coverage: ${{ inputs.with_coverage || false }}
with_tsan: ${{ inputs.with_tsan || false }}
with_public_api_check: ${{ inputs.with_public_api_check || false }}
with_api_check: ${{ inputs.with_api_check || false }}
with_gh_codeql: ${{ inputs.with_gh_codeql || true }}

0 comments on commit 8006cfb

Please sign in to comment.