Skip to content

Commit

Permalink
CodeQL's broken again, disable it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Jan 31, 2024
1 parent ab3b160 commit 809d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
path: ${{ inputs.package_root != '' && inputs.package_root || github.workspace }}

code-coverage:
if: ${{ inputs.with_coverage && !(github.event.pull_request.draft || false) }}
if: ${{ (false && inputs.with_coverage) && !(github.event.pull_request.draft || false) }}
runs-on: ubuntu-latest
container: swift:jammy
timeout-minutes: 60
Expand Down

0 comments on commit 809d625

Please sign in to comment.