diff options
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 12 |
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! |
