mirror of
https://github.com/kou029w/web5.pages.dev.git
synced 2025-01-18 16:08:06 +00:00
Merge branch 'main' into speed-up
This commit is contained in:
commit
c479c9c179
1 changed files with 4 additions and 0 deletions
4
.github/workflows/merge-schedule.yml
vendored
4
.github/workflows/merge-schedule.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: merge-schedule
|
name: merge-schedule
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- edited
|
||||||
|
- synchronize
|
||||||
schedule:
|
schedule:
|
||||||
# https://crontab.guru/every-hour
|
# https://crontab.guru/every-hour
|
||||||
- cron: 0 * * * *
|
- cron: 0 * * * *
|
||||||
|
|
Loading…
Add table
Reference in a new issue