We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe6845 commit 651241bCopy full SHA for 651241b
1 file changed
.github/workflows/verify.yml
@@ -45,11 +45,14 @@ jobs:
45
46
summary:
47
runs-on: ubuntu-latest
48
- if: ${{ !cancelled() && secrets.WEBHOOK_DISCORD != '' }}
49
needs: [ verify_and_build ]
+ if: ${{ always() }}
50
+ env:
51
+ HAS_WEBHOOK: ${{ secrets.WEBHOOK_DISCORD != '' }}
52
steps:
53
54
- name: Trigger Webhook
55
+ if: ${{ env.HAS_WEBHOOK == 'true' }}
56
uses: CalmDownVal/webhook-summary@v1
57
with:
58
token: ${{ github.token }}
0 commit comments