Skip to content

Commit fe3133f

Browse files
committed
Skip gpu tests on PR closed event
1 parent c016773 commit fe3133f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- v*
99
pull_request:
1010
branches: [ main ]
11-
types: [opened, synchronize, reopened, closed]
11+
types: [opened, synchronize, reopened]
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/multi-gpu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- v*
99
pull_request:
1010
branches: [ main ]
11-
types: [opened, synchronize, reopened, closed]
11+
types: [opened, synchronize, reopened]
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)