Skip to content

Commit 785849c

Browse files
authored
Merge pull request #168 from exexute/main
modify ci
2 parents b54aa20 + dffabd9 commit 785849c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/code-check.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ on:
88
branches: [ main ]
99
pull_request:
1010
branches: [ main ]
11+
paths-ignore:
12+
- '.github/**'
13+
- 'changes/**'
14+
- 'deploy/**'
15+
- '**.md'
16+
- '**.yml'
17+
- '**.xml'
18+
- 'LICENSE'
19+
- '.gitignore'
1120
schedule:
1221
- cron: '0 10 * * *'
1322

@@ -140,7 +149,7 @@ jobs:
140149
bash runCrawler.sh
141150
142151
echo "waiting for report upload..."
143-
sleep 1800
152+
sleep 3000
144153
145154
146155
Upload-To-OSS:

.github/workflows/release-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Maven Package
22

33
on:
44
release:
5-
types: [ created ]
5+
types: [ created, edited ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)