Delete unused workflow

This commit is contained in:
Lee Lup Yuen 2020-09-27 18:41:36 +08:00 committed by GitHub
parent 4c7b6330f8
commit 944194a1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
# 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!