Skip to content

Commit d83ddac

Browse files
authored
Reduce the verification delay time to 1s (opea-project#1982)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 94d4830 commit d83ddac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-link-path-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check the Validity of Hyperlinks
2424
run: |
2525
cd ${{github.workspace}}
26-
delay=15
26+
delay=1
2727
fail="FALSE"
2828
merged_commit=$(git log -1 --format='%H')
2929
changed_files="$(git diff --name-status --diff-filter=ARM ${{ github.event.pull_request.base.sha }} ${merged_commit} | awk '/\.md$/ {print $NF}')"
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checking Relative Path Validity
8181
run: |
8282
cd ${{github.workspace}}
83-
delay=15
83+
delay=1
8484
fail="FALSE"
8585
repo_name=${{ github.event.pull_request.head.repo.full_name }}
8686
branch="https://github.com/$repo_name/blob/${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)