We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b973a commit 01debbaCopy full SHA for 01debba
1 file changed
.github/workflows/ci.yml
@@ -2,15 +2,16 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main ]
6
- pull_request:
7
+ branches:
+ - main
+ - "pull-request/[0-9]+"
8
workflow_dispatch:
9
10
jobs:
11
test:
12
name: Test Environment
13
runs-on: linux-amd64-gpu-rtxpro6000-latest-1
14
+ timeout-minutes: 30
15
16
steps:
17
- name: Checkout
0 commit comments