From 868a9a0b82c8ec2dd6937d2d41070986c7303191 Mon Sep 17 00:00:00 2001 From: twerthi Date: Fri, 18 Oct 2024 12:55:12 -0700 Subject: [PATCH] Adjusting schedule times --- .github/workflows/octopub-audits-kubecon.yaml | 2 +- .github/workflows/octopub-frontend-kubecon.yaml | 2 +- .github/workflows/octopub-products-kubecon.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: