mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
ci: 打开自动更新资源,并且只在主仓库跑 (#4661)
This commit is contained in:
5
.github/workflows/res-update-game.yml
vendored
5
.github/workflows/res-update-game.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: res-update-game
|
||||
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: "*/20 * * * *"
|
||||
schedule:
|
||||
- cron: "*/20 * * * *"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
commit_message:
|
||||
@@ -12,6 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
update-game-resources:
|
||||
if: github.repository_owner == 'MaaAssistantArknights'
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user