Skip to content

Commit

Permalink
Merge pull request #267 from ShotaroMatsuya/hotfix/disable-schedule-jobs
Browse files Browse the repository at this point in the history
chore: disable scheduling jobs
  • Loading branch information
ShotaroMatsuya authored Jul 14, 2024
2 parents 84b7923 + 661ddd3 commit aa7fe05
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 aa7fe05

Please sign in to comment.