瀏覽代碼

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


Loading…
取消
儲存