diff --git a/.github/workflows/octopub-audits-kubecon.yaml b/.github/workflows/octopub-audits-kubecon.yaml index ce3a35c..64242f1 100644 --- a/.github/workflows/octopub-audits-kubecon.yaml +++ b/.github/workflows/octopub-audits-kubecon.yaml @@ -13,7 +13,7 @@ permissions: # - '!README.md' # - '!python/**/*' schedule: - - cron: "*/5 * * * *" + - cron: "*/10 * * * *" jobs: build: diff --git a/.github/workflows/octopub-frontend-kubecon.yaml b/.github/workflows/octopub-frontend-kubecon.yaml index f586a0c..a443b2d 100644 --- a/.github/workflows/octopub-frontend-kubecon.yaml +++ b/.github/workflows/octopub-frontend-kubecon.yaml @@ -13,7 +13,7 @@ permissions: # - '!README.md' # - '!python/**/*' schedule: - - cron: "*/5 * * * *" + - cron: "*/10 * * * *" jobs: build: diff --git a/.github/workflows/octopub-products-kubecon.yaml b/.github/workflows/octopub-products-kubecon.yaml index 2b3ca99..5d1f217 100644 --- a/.github/workflows/octopub-products-kubecon.yaml +++ b/.github/workflows/octopub-products-kubecon.yaml @@ -13,7 +13,7 @@ permissions: # - '!README.md' # - '!python/**/*' schedule: - - cron: "*/5 * * * *" + - cron: "*/10 * * * *" jobs: build: