Skip to content

Commit 669842f

Browse files
committed
fix workflow
1 parent ebe6845 commit 669842f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545

4646
summary:
4747
runs-on: ubuntu-latest
48-
if: ${{ !cancelled() && secrets.WEBHOOK_DISCORD != '' }}
48+
env:
49+
HAS_WEBHOOK: ${{ secrets.WEBHOOK_DISCORD != '' }}
50+
if: ${{ !cancelled() && env.HAS_WEBHOOK == 'true' }}
4951
needs: [ verify_and_build ]
5052
steps:
5153

0 commit comments

Comments
 (0)