From 4c0aa9d9e72b17785732eaa9d63af4b524a64945 Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Tue, 6 Feb 2024 13:37:52 -0600 Subject: [PATCH] fix(ci): analyses snapshot test timeout and dedup --- .github/workflows/analyses-snapshot-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analyses-snapshot-test.yaml b/.github/workflows/analyses-snapshot-test.yaml index bb11837ca6c..28bfa2c53f7 100644 --- a/.github/workflows/analyses-snapshot-test.yaml +++ b/.github/workflows/analyses-snapshot-test.yaml @@ -12,10 +12,11 @@ on: required: true default: 'edge' schedule: - - cron: '0 7-8 * * *' # Random time between 2-3 AM EST (7-8 AM UTC) + - cron: '26 7 * * *' # 7:26 AM UTC jobs: build-and-test: + timeout-minutes: 15 runs-on: ubuntu-latest env: TARGET: ${{ github.event.inputs.TARGET || 'edge' }}