test 百度链接推送
This commit is contained in:
parent
952987527f
commit
e4c5a6ffa9
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
name: baiduPush
|
||||
|
||||
# 两种触发方式:一、push代码,二、每天国际标准时间23点(北京时间+8即早上7点)运行()
|
||||
# on:
|
||||
# push:
|
||||
# schedule:
|
||||
# - cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
|
||||
# 两种触发方式:一、push代码,二、每天国际标准时间23点(北京时间+8即早上7点)运行
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *' # 每5分分钟一次,测试用
|
||||
- cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '*/5 * * * *' # 每5分钟一次,测试用
|
||||
|
||||
jobs:
|
||||
bot:
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ name: CI
|
|||
#on: [push]
|
||||
|
||||
# 在master分支发生push事件时触发。
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs: # 工作流
|
||||
build: # 自定义名称
|
||||
|
|
|
|||
Loading…
Reference in New Issue