mirror of
https://github.com/mathuo/dockview
synced 2025-10-27 10:18:21 +00:00
chore: adjust action frequency
This commit is contained in:
parent
0943ff8f4b
commit
50896ff879
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
@ -1,10 +1,8 @@
|
||||
name: Deploy Docs
|
||||
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '0 3 * * *' # every day at 3 am UTC
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # every day at 3 am UTC
|
||||
|
||||
jobs:
|
||||
deploy-nightly-demo-app:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user