Explorar el Código

Update ci-testing.yml (#4772)

modifyDataloader
Glenn Jocher GitHub hace 3 años
padre
commit
aa1859909c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.github/workflows/ci-testing.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar