Skip to content

Commit

Permalink
Add timeout when building carolina workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed May 21, 2024
1 parent 8c0319b commit e483c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bundle_with_dakota_caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
echo "NEEDS_REBUILD=false" >> $GITHUB_OUTPUT

build_macos_wheels:
timeout-minutes: 45
needs: build-settings
if: ${{ needs.build-settings.outputs.NEEDS_REBUILD == 'true' }}
uses: ./.github/workflows/bundle_with_dakota_macos.yml
Expand All @@ -56,6 +57,7 @@ jobs:
secrets: inherit

build_linux_wheels:
timeout-minutes: 45
if: ${{ needs.build-settings.outputs.NEEDS_REBUILD == 'true' }}
needs: build-settings
uses: ./.github/workflows/bundle_with_dakota_linux.yml
Expand Down

0 comments on commit e483c4a

Please sign in to comment.