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

13 lines
311 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
steps:
- run: echo Happy New Year!