From d0ecf273c4bc53005592b602c81f928656d540c9 Mon Sep 17 00:00:00 2001 From: twerthi Date: Tue, 22 Oct 2024 18:43:11 -0700 Subject: [PATCH] Changing schedule to every 5 minutes --- .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 d57ec53..25c6851 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: "*/7 * * * *" + - cron: "*/5 * * * *" jobs: build: diff --git a/.github/workflows/octopub-frontend-kubecon.yaml b/.github/workflows/octopub-frontend-kubecon.yaml index 88b9f32..39b4bd5 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: "*/7 * * * *" + - cron: "*/5 * * * *" jobs: build: diff --git a/.github/workflows/octopub-products-kubecon.yaml b/.github/workflows/octopub-products-kubecon.yaml index c9249eb..35aad99 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: "*/7 * * * *" + - cron: "*/5 * * * *" jobs: build: