1
0
mirror of synced 2026-03-01 11:16:56 +00:00

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

ci: remove cron schedule from update
This commit is contained in:
Matheus Pimenta
2025-09-25 16:59:54 +01:00
committed by GitHub

View File

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