From 73ad6716e298875fc8220d6b803ccb02e194695f Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 20 Jun 2024 15:32:20 -0600 Subject: [PATCH] add release timeout --- .github/workflows/tag-and-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index d4d56d3f..b2e5eb4b 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -25,6 +25,7 @@ jobs: # TODO: (@WSTARR) since we don't run the tests on arm currently we don't need to use the 8 core runs-on: ${{ matrix.architecture == 'arm64' && 'uds-ubuntu-arm64-4-core' || 'uds-ubuntu-big-boy-8-core' }} name: Publish ${{ matrix.flavor }} ${{ matrix.architecture }} + timeout-minutes: 40 strategy: matrix: flavor: [upstream, registry1]