mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
💚 Fixing CI Build. fork 仓库不执行钉钉 action结果推送
This commit is contained in:
parent
4e6d9d719b
commit
6f5473ef4d
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: mvn spring-javaformat:validate
|
||||
|
||||
- name: success
|
||||
if: ${{ success() }}
|
||||
if: success() && github.repository == 'pig-mesh/pig'
|
||||
uses: fifsky/dingtalk-action@master
|
||||
with:
|
||||
url: ${{ secrets.DINGTALK_WEBHOOK}}
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
> ^_^ from github action message
|
||||
|
||||
- name: failure
|
||||
if: ${{ failure() }}
|
||||
if: failure() && github.repository == 'pig-mesh/pig'
|
||||
uses: fifsky/dingtalk-action@master
|
||||
with:
|
||||
url: ${{ secrets.DINGTALK_WEBHOOK}}
|
||||
|
Loading…
Reference in New Issue
Block a user