File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696 --repo ${{ inputs.repo }}
9797 ${{ inputs.suite }}
9898 id: ecosystem-ci-run
99- - if : inputs.sendDiscordReport || github.event_name != 'workflow_dispatch'
99+ - if : always() && ( inputs.sendDiscordReport || github.event_name != 'workflow_dispatch')
100100 run : pnpm tsx discord-webhook.ts
101101 env :
102102 WORKFLOW_NAME : ci-selected
Original file line number Diff line number Diff line change 9999 --repo ${{ inputs.repo || github.event.client_payload.repo || 'vitejs/vite' }}
100100 ${{ matrix.suite }}
101101 id: ecosystem-ci-run
102- - if : inputs.sendDiscordReport || github.event_name != 'workflow_dispatch'
102+ - if : always() && ( inputs.sendDiscordReport || github.event_name != 'workflow_dispatch')
103103 run : pnpm tsx discord-webhook.ts
104104 env :
105105 WORKFLOW_NAME : ci
You can’t perform that action at this time.
0 commit comments