summaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
blob: 1f1a5a66b2562ec67f3e13209d9c42e317830dd8 (plain)
1
2
3
4
5
6
7
8
9
10
# 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