Skip to content

Commit 7ea4b66

Browse files
committed
Minor change to test validate ci.
1 parent c5cd398 commit 7ea4b66

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/Validate-GPU.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
name: Validate-GPU
22

33
on:
4-
workflow_call:
5-
inputs:
6-
docker_build_image:
7-
type: string
8-
required: true
9-
clone_dir:
10-
type: string
11-
required: false
12-
default: 'Paddle'
13-
can-skip:
14-
type: string
15-
required: false
4+
pull_request:
5+
branches:
6+
- develop
167

178
env:
189
PR_ID: ${{ github.event.pull_request.number }}
@@ -28,8 +19,8 @@ defaults:
2819
shell: bash
2920

3021
jobs:
31-
cinn:
32-
name: CINN
22+
validate:
23+
name: Validate
3324
if: ${{ inputs.can-skip != 'true' }}
3425
runs-on:
3526
group: BD_BJ-V100

0 commit comments

Comments
 (0)