浏览代码

Update ci-testing.yml (#4772)

modifyDataloader
Glenn Jocher GitHub 3 年前
父节点
当前提交
aa1859909c
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.github/workflows/ci-testing.yml 查看文件

@@ -4,10 +4,10 @@ name: CI CPU testing

on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
push:
branches: [master, develop]
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, develop]
branches: [master]
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day


正在加载...
取消
保存