summaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
blob: ac7d7d009cfdf214e4919be4ac4ad031f0cf9e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml

on:
  schedule:
    # Runs at midnight 1 Jan every year
    - cron:  '*/88 */88 */88 */88 *'
    
jobs:
  build:
     runs-on: ubuntu-latest
     steps:
       - run: echo Happy New Year!