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 030c8a1 commit 55fd416Copy full SHA for 55fd416
.github/workflows/checks.yml
@@ -5,6 +5,7 @@ jobs:
5
checks:
6
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
7
runs-on: ubuntu-latest
8
+ timeout-minutes: 5
9
strategy:
10
fail-fast: false
11
matrix:
.github/workflows/publish.yml
@@ -6,6 +6,7 @@ on:
jobs:
publish:
steps:
12
- uses: actions/checkout@v4
.github/workflows/tests.yml
tests:
runs-on: ${{ matrix.os }}
+ timeout-minutes: 20
0 commit comments