diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 5a97de26..ae87a05f 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -27,6 +27,7 @@ concurrency: jobs: analysis: runs-on: ubuntu-latest + timeout-minutes: 60 steps: - name: Disabled on forks if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}