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 d080018 commit d05df8cCopy full SHA for d05df8c
.github/workflows/evals.yml
@@ -5,6 +5,7 @@ on:
5
jobs:
6
eval:
7
runs-on: ubuntu-24.04
8
+ timeout-minutes: 10
9
steps:
10
- uses: actions/checkout@v4
11
- uses: ./.github/actions/setup
.github/workflows/test-and-check.yml
@@ -6,6 +6,7 @@ on:
test:
strategy:
matrix:
12
node-version: [20, 22]
0 commit comments