File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 uses : viamrobotics/rdk/.github/workflows/license_finder.yml@main
6666
6767 slack-workflow-status :
68- if : ${{ failure () }}
68+ if : ${{ !success () }}
6969 name : Post Workflow Status To Slack
7070 needs :
7171 - test
Original file line number Diff line number Diff line change 4444 GCP_CREDENTIALS : ${{ secrets.GCP_CREDENTIALS }}
4545
4646 slack-workflow-status :
47- if : ${{ failure () }}
47+ if : ${{ !success () }}
4848 name : Post Workflow Status To Slack
4949 needs :
5050 - test
Original file line number Diff line number Diff line change 6161 GCP_CREDENTIALS : ${{ secrets.GCP_CREDENTIALS }}
6262
6363 slack-workflow-status :
64- if : ${{ failure () }}
64+ if : ${{ !success () }}
6565 name : Post Workflow Status To Slack
6666 needs :
6767 - test
You can’t perform that action at this time.
0 commit comments