From 857b387f60476b460f994b08f6c51b24d6d6aca2 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 28 Aug 2024 22:55:30 -0400 Subject: [PATCH] BUG: Remove timeout-minutes entry from build-test-package.yml 360 is already the default. This is marked as invalid by GitHub: https://github.com/InsightSoftwareConsortium/ITKElastix/actions/runs/10372464472/workflow --- .github/workflows/build-test-package.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index eb63a8f..63b318f 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -11,7 +11,6 @@ on: - main jobs: - timeout-minutes: 360 cxx-build-workflow: uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0