Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/evaluation-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
timeout-minutes: 90
timeout-minutes: 150
name: evaluate (${{ matrix.entry.name }})
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

schedule:
- cron: '0 */3 * * *'
- cron: '0 */5 * * *'
Comment thread
JanKrivanek marked this conversation as resolved.
Outdated

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
Expand Down
Loading