mirror of
https://github.com/kou029w/jwk.pages.dev.git
synced 2025-01-30 22:08:01 +00:00
remove deployment schedule
This commit is contained in:
parent
9b325a61a2
commit
84705fc749
1 changed files with 0 additions and 5 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: deploy
|
name: deploy
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
|
||||||
# 土曜日 21:00 (JST) は 土曜日 12:00 (UTC)
|
|
||||||
# https://time.is/compare/JST/UTC
|
|
||||||
# https://crontab.guru/#00_12_*_*_SAT
|
|
||||||
- cron: 00 12 * * SAT
|
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue