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.
2 parents b54aa20 + dffabd9 commit 785849cCopy full SHA for 785849c
.github/workflows/code-check.yml
@@ -8,6 +8,15 @@ on:
8
branches: [ main ]
9
pull_request:
10
11
+ paths-ignore:
12
+ - '.github/**'
13
+ - 'changes/**'
14
+ - 'deploy/**'
15
+ - '**.md'
16
+ - '**.yml'
17
+ - '**.xml'
18
+ - 'LICENSE'
19
+ - '.gitignore'
20
schedule:
21
- cron: '0 10 * * *'
22
@@ -140,7 +149,7 @@ jobs:
140
149
bash runCrawler.sh
141
150
142
151
echo "waiting for report upload..."
143
- sleep 1800
152
+ sleep 3000
144
153
145
154
146
155
Upload-To-OSS:
.github/workflows/release-agent.yml
@@ -2,7 +2,7 @@ name: Maven Package
2
3
on:
4
release:
5
- types: [ created ]
+ types: [ created, edited ]
6
7
jobs:
build:
0 commit comments