Skip to content

Commit

Permalink
cronでの定期実行を設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Jan 5, 2025
1 parent 90da441 commit c5c9e44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check game updates

on: workflow_dispatch
on:
schedule:
- cron: '0 23 * * 4'

jobs:
check:
Expand Down

0 comments on commit c5c9e44

Please sign in to comment.