Skip to content

Commit

Permalink
chore: disable scheduling jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaroMatsuya committed Jul 14, 2024
1 parent 554ab0d commit 661ddd3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/schedule_job.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Start and Stop Workflow

on:
schedule:
# At 08:00 PM JST
- cron: '0 11 * * 6,0'
# At 02:00 AM JST
- cron: '0 17 * * 6,0'
# 一時無効化
# schedule:
# # At 08:00 PM JST
# - cron: '0 11 * * 6,0'
# # At 02:00 AM JST
# - cron: '0 17 * * 6,0'
repository_dispatch:
types: [start, stop]
env:
Expand Down

0 comments on commit 661ddd3

Please sign in to comment.