Skip to content

Commit 78f1050

Browse files
committed
Minor change to test validate ci.
1 parent c5cd398 commit 78f1050

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/Validate-GPU.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
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 }}
1910
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
2011
work_dir: /workspace
12+
TASK: GraphNet-CI-${{ github.event.pull_request.number }}-Validate
2113
BRANCH: ${{ github.event.pull_request.base.ref }}
2214
CI_name: validate-gpu
2315
CFS_DIR: /home/data/cfs
@@ -28,8 +20,8 @@ defaults:
2820
shell: bash
2921

3022
jobs:
31-
cinn:
32-
name: CINN
23+
validate:
24+
name: Validate
3325
if: ${{ inputs.can-skip != 'true' }}
3426
runs-on:
3527
group: BD_BJ-V100

0 commit comments

Comments
 (0)