Skip to content

Commit

Permalink
[chore] run ci on every sunday
Browse files Browse the repository at this point in the history
- zmk breaks every now and then and it's super annoying for end users
  if they fork this and end up with a non-working CI job, I hope this
  makes it so that it's reported earlier
  • Loading branch information
MangoIV committed May 27, 2024
1 parent e79994d commit 1f2f017
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: le_chiff_ble build

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
build:
Expand Down

0 comments on commit 1f2f017

Please sign in to comment.