summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-09-27 10:41:36 (GMT)
committerGitHub <noreply@github.com>2020-09-27 10:41:36 (GMT)
commit944194a1d699f6ff6bcbfa34eaba8532f4ef24d7 (patch)
tree6b274f1d7734875a62faef62c9b6f05f4f07c87b /.github/workflows
parent4c7b6330f8b8f7a4eaf859220302ed3fd5fa6e56 (diff)
Delete unused workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/c-cpp.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
deleted file mode 100644
index ac7d7d0..0000000
--- a/.github/workflows/c-cpp.yml
+++ /dev/null
@@ -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!