Skip to content

Commit

Permalink
Fix code coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Dec 18, 2024
1 parent f313f59 commit a5b5fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
codecov:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'apache/tsfile' || github.event_name == 'push'

steps:
Expand Down

0 comments on commit a5b5fcf

Please sign in to comment.