Skip to content

Commit

Permalink
Fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Apr 18, 2022
1 parent 4163188 commit 3157d39
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: Deploy EC-CUBE2
on:
push:
branches:
- '*'
tags:
- '*'
paths:
- '**'
- '!*.md'

schedule:
# 水曜日の 00:00 (JST) に処理を実行する
# UTC の 15:00 は JST だと翌日の 00:00
- cron: '0 15 * * 2'
- cron: '*/5 * * * *'
release:
types: [ published ]

Expand Down

0 comments on commit 3157d39

Please sign in to comment.