From 3693776264ffd292e1ae3e5996cf9164b18e6027 Mon Sep 17 00:00:00 2001 From: Michael Lombardi Date: Wed, 10 Aug 2022 10:45:50 -0500 Subject: [PATCH] (AB-4960) Run expectations workflow every 30m This change reduces the frequency the expectations GHA runs from once every 10 minutes to once every 30 minutes to help reduce the frequency of rate limiting. --- .github/workflows/expectations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 750e067..4bf6ac8 100644 --- a/.github/workflows/expectations.yml +++ b/.github/workflows/expectations.yml @@ -5,7 +5,7 @@ name: Commenting on: schedule: - - cron: 0/10 * * * * + - cron: 0/30 * * * * permissions: contents: read pull-requests: write