Просмотр исходного кода

Update ci-testing.yml (#4772)

modifyDataloader
Glenn Jocher GitHub 3 лет назад
Родитель
Сommit
aa1859909c
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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


Загрузка…
Отмена
Сохранить