Explorar el Código

[ci] Run automatic checks weekly monday morning

tags/v0.3.3
Garrick Aden-Buie hace 6 años
padre
commit
c375a3d39c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml Ver fichero

pull_request: pull_request:
# for now, CRON jobs only run on the default branch of the repo (i.e. usually on master) # for now, CRON jobs only run on the default branch of the repo (i.e. usually on master)
schedule: schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 4 * * *"
# weekly Monday morning
- cron: "0 6 * * 1"


name: CI by {tic} name: CI by {tic}



Cargando…
Cancelar
Guardar