Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Conpute_involvement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# 使用矩阵策略,同时在 ubuntu 和 windows 上运行
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # 添加 windows-latest
os: [ubuntu-latest] # 添加 windows-latest

# 运行环境
runs-on: ${{ matrix.os }}
Expand All @@ -34,4 +34,4 @@ jobs:

# 4. 执行你的贡献统计脚本
- name: Display involvement degree (${{ matrix.os }})
run: python Contribution_analysis.py -t ${{ secrets.GITHUB_TOKEN }}
run: python Contribution_analysis.py -t ${{ secrets.GITHUB_TOKEN }}
Loading