ci: reschedule to lower count of releases

api-breakage
Morty Space 4 years ago
parent 5480c3b2b7
commit 2e2de2a2b8
  1. 2
      .github/workflows/cicd.yml

@ -2,7 +2,7 @@
name: CI / CD
on:
schedule:
- cron: "0 */4 * * *"
- cron: "* * */5 * *"
push:
branches:
- main

Loading…
Cancel
Save