Merge pull request #5539 from fluxcd/no-cron-for-update

ci: remove cron schedule from update
pull/5540/head
Matheus Pimenta 3 weeks ago committed by GitHub
commit 95b2d855cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,8 +2,6 @@ name: update
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
push:
branches: [main]

Loading…
Cancel
Save