Skip to content

Commit

Permalink
workflow: 更新codecov工作流SKIP_IN_CI为内置变量
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Dec 10, 2024
1 parent 300f2e3 commit c4424f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
run:
runs-on: ubuntu-latest
env:
SKIP_IN_CI: ${{ vars.SKIP_IN_CI }}
SKIP_IN_CI: true
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit c4424f3

Please sign in to comment.