InfiniTime/.github/workflows/c-cpp.yml

13 lines
279 B
YAML
Raw Normal View History

2020-07-26 11:12:31 +00:00
# Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml
2020-07-28 02:27:04 +00:00
on:
2020-07-28 02:34:51 +00:00
schedule:
2020-07-28 06:03:05 +00:00
# Runs at midnight 1 Jan every year
2020-07-28 02:34:51 +00:00
- cron: '*/88 */88 */88 */88 *'
jobs:
build:
runs-on: ubuntu-latest
2020-07-28 02:36:16 +00:00
steps:
- run: echo Happy New Year!