Enhance workflow configurations by adding timeouts for build, publish, and test jobs
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
build:
|
||||
name: Build and analyze
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
|
||||
Reference in New Issue
Block a user