From f41ce25d15c4e87a76056d3065a53235ad37f8b5 Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Tue, 6 Feb 2024 14:17:36 -0600 Subject: [PATCH] fix(ci): analyses snapshot test timeout and dedup (#14432) --- .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' }}