Skip to content

Commit 9849633

Browse files
authored
Revert "Optimize the workflow trigger conditions. (#359)" (#362)
This reverts commit fd78a16.
1 parent 3956682 commit 9849633

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Validate-GPU.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches:
66
- develop
7-
paths:
8-
- "samples/**"
9-
- "paddle_samples/**"
107

118
env:
129
PR_ID: ${{ github.event.pull_request.number }}
@@ -34,7 +31,7 @@ jobs:
3431
with:
3532
ref: ${{ github.event.pull_request.base.ref }}
3633
submodules: 'recursive'
37-
fetch-depth: 10
34+
fetch-depth: 1000
3835

3936
- name: Check bypass
4037
id: check-bypass

0 commit comments

Comments
 (0)