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 name: CI / CD
on: on:
schedule: schedule:
- cron: "0 */4 * * *" - cron: "* * */5 * *"
push: push:
branches: branches:
- main - main

Loading…
Cancel
Save