We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784d057 commit 9c78e47Copy full SHA for 9c78e47
.github/workflows/analysis.yml
@@ -27,6 +27,7 @@ concurrency:
27
jobs:
28
analysis:
29
runs-on: ubuntu-latest
30
+ timeout-minutes: 60
31
steps:
32
- name: Disabled on forks
33
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
0 commit comments