Skip to content

Commit

Permalink
Merge pull request #168 from exexute/main
Browse files Browse the repository at this point in the history
modify ci
  • Loading branch information
Nizernizer authored Dec 3, 2021
2 parents b54aa20 + dffabd9 commit 785849c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'changes/**'
- 'deploy/**'
- '**.md'
- '**.yml'
- '**.xml'
- 'LICENSE'
- '.gitignore'
schedule:
- cron: '0 10 * * *'

Expand Down Expand Up @@ -140,7 +149,7 @@ jobs:
bash runCrawler.sh
echo "waiting for report upload..."
sleep 1800
sleep 3000
Upload-To-OSS:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Maven Package

on:
release:
types: [ created ]
types: [ created, edited ]

jobs:
build:
Expand Down

0 comments on commit 785849c

Please sign in to comment.