From 74101a63e498e5ad0ae12034599f185103276588 Mon Sep 17 00:00:00 2001 From: dan moore Date: Sat, 9 Mar 2024 06:33:44 -0600 Subject: [PATCH] fix: final cleanup --- .github/workflows/k8s-regression-tester.yml | 1 - .github/workflows/make-k8s-images.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/k8s-regression-tester.yml b/.github/workflows/k8s-regression-tester.yml index 16b35b5f31..5f97b1476f 100644 --- a/.github/workflows/k8s-regression-tester.yml +++ b/.github/workflows/k8s-regression-tester.yml @@ -10,7 +10,6 @@ on: description: 'bake time in minutes' required: true -# forward-looking, devs could manually trigger this action (via github UI) and easily spin up / stress test devnets for ad hoc testing jobs: deploy_devnet: runs-on: ubuntu-latest diff --git a/.github/workflows/make-k8s-images.yml b/.github/workflows/make-k8s-images.yml index 948334eb88..ee12cb9f0a 100644 --- a/.github/workflows/make-k8s-images.yml +++ b/.github/workflows/make-k8s-images.yml @@ -2,7 +2,7 @@ name: Image Sync on: schedule: - - cron: '*/15 * * * *' + - cron: '*/30 * * * *' jobs: sync-images: