We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cd398 commit 7ea4b66Copy full SHA for 7ea4b66
.github/workflows/Validate-GPU.yml
@@ -1,18 +1,9 @@
1
name: Validate-GPU
2
3
on:
4
- workflow_call:
5
- inputs:
6
- docker_build_image:
7
- type: string
8
- required: true
9
- clone_dir:
10
11
- required: false
12
- default: 'Paddle'
13
- can-skip:
14
15
+ pull_request:
+ branches:
+ - develop
16
17
env:
18
PR_ID: ${{ github.event.pull_request.number }}
@@ -28,8 +19,8 @@ defaults:
28
19
shell: bash
29
20
30
21
jobs:
31
- cinn:
32
- name: CINN
22
+ validate:
23
+ name: Validate
33
24
if: ${{ inputs.can-skip != 'true' }}
34
25
runs-on:
35
26
group: BD_BJ-V100
0 commit comments