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.
2 parents 784d057 + 9c78e47 commit 23034a9Copy full SHA for 23034a9
.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