InfiniTime/.github/workflows/c-cpp.yml
2020-07-28 10:34:51 +08:00

11 lines
264 B
YAML

# Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/88 */88 */88 */88 *'
jobs:
build:
runs-on: ubuntu-latest