deployment schedule [skip ci]

This commit is contained in:
Nebel 2024-03-16 20:16:09 +09:00
parent b252924dca
commit 9b325a61a2
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -2,10 +2,10 @@ name: deploy
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# 3月16日土曜日 20:00 (JST) は 3月16日土曜日 11:00 (UTC) # 土曜日 21:00 (JST) は 土曜日 12:00 (UTC)
# https://time.is/compare/JST/UTC # https://time.is/compare/JST/UTC
# https://crontab.guru/#00_11_16_03_SAT # https://crontab.guru/#00_12_*_*_SAT
- cron: 00 11 16 3 SAT - cron: 00 12 * * SAT
push: push:
branches: main branches: main
jobs: jobs: