diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index e4d17be6eb..249a2d4fa4 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -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