mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-31 23:20:34 +08:00
[ci] trigger building CI every midnight
This commit is contained in:
parent
4e656078b6
commit
5c68954308
6
.github/workflows/bsp_buildings.yml
vendored
6
.github/workflows/bsp_buildings.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: RT-Thread BSP build check
|
||||
|
||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||
# events but only for the master branch
|
||||
# events but only for the RT-Thread organization master branch
|
||||
on:
|
||||
# Runs at 16:00 UTC (BeiJing 00:00) on the 1st of every month
|
||||
# Runs at 16:00 UTC (BeiJing 00:00) every day
|
||||
schedule:
|
||||
- cron: '0 16 1 * *'
|
||||
- cron: '0 16 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user