Empty workflow
This commit is contained in:
parent
b75c9a8474
commit
72a5ecd0b6
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
# Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml
|
# Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
# * is a special character in YAML so you have to quote this string
|
||||||
- never
|
- cron: '*/88 */88 */88 */88 *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user