提交 6f5473ef 编写于 作者: 云彩ing

💚 Fixing CI Build. fork 仓库不执行钉钉 action结果推送

上级 4e6d9d71
......@@ -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}}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册