Skip to content

Commit

Permalink
Timeout not allowed on reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Aug 2, 2024
1 parent e8eded4 commit d97347d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ on: # yamllint disable-line rule:truthy

jobs:
build:
# Timeout in 10 minutes, as Stratego initialization can sometimes deadlock
timeout-minutes: 10
uses: metaborg/actions/.github/workflows/gradle-build-matrix.yaml@main
with:
gradle-command: |
gradle build
needs-docker: true
# Due to a bug, we cannot set the timeout here: https://github.com/orgs/community/discussions/50481
# Timeout in 10 minutes, as Stratego initialization can sometimes deadlock
# timeout-minutes: 10
# Publish snapshots
publish-snapshot:
uses: metaborg/actions/.github/workflows/gradle-publish.yaml@main
Expand Down

0 comments on commit d97347d

Please sign in to comment.