diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6a26b87fc..3693366e26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,7 @@ jobs: # This workflow contains a single job called "build" build: runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: @@ -90,6 +91,7 @@ jobs: svelte-check: needs: build runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: @@ -113,6 +115,7 @@ jobs: formatting: needs: build runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: @@ -153,6 +156,7 @@ jobs: test: needs: build runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: @@ -181,6 +185,7 @@ jobs: MONGO_URL: 'mongodb://localhost:27018' uitest: runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: @@ -280,6 +285,7 @@ jobs: docker-build: needs: [build, test, svelte-check, uitest] runs-on: ubuntu-latest + timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: