add
This commit is contained in:
@@ -118,6 +118,9 @@ jobs:
|
||||
# SyncFork执行完成后运行
|
||||
needs: SyncFork
|
||||
|
||||
# 在最新版的Ubuntu系统上运行
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# 使用GitHub Actions提供的动作来检出代码库
|
||||
- name: Checkout Repository
|
||||
@@ -218,6 +221,9 @@ jobs:
|
||||
# SyncFork执行完成后运行
|
||||
needs: CheckScores
|
||||
|
||||
# 在最新版的Ubuntu系统上运行
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# 使用GitHub Actions提供的动作来检出代码库
|
||||
- name: Checkout Repository
|
||||
|
||||
Reference in New Issue
Block a user