Commit a781894c authored by Yanghan Wang's avatar Yanghan Wang Committed by Facebook GitHub Bot
Browse files

run CI more frequently

Summary:
Pull Request resolved: https://github.com/facebookresearch/d2go/pull/193

- Add daily CI.
- rename `Unit Test` to `CI`.
- rename the `build` to `python-unittest`.

Reviewed By: tglik

Differential Revision: D35102575

fbshipit-source-id: cbcc3992e019d3e00d8e862b81de4bb1c16f8fe1
parent 8eb45690
name: Unit Test
name: CI
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *" # @daily
jobs:
build:
python-unittest:
runs-on: ubuntu-latest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment