diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index ac7d7d00..00000000 --- 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!