mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CI: Call webhook as soon as new JS benchmark results are in
This commit is contained in:
parent
82b1d5537e
commit
582084e74e
6
.github/workflows/js-benchmarks.yml
vendored
6
.github/workflows/js-benchmarks.yml
vendored
|
|
@ -59,3 +59,9 @@ jobs:
|
|||
name: js-benchmarks-results
|
||||
path: js-benchmarks/results.json
|
||||
retention-days: 90
|
||||
|
||||
- name: 'Call webhook'
|
||||
uses: distributhor/workflow-webhook@v3
|
||||
with:
|
||||
webhook_url: ${{ secrets.JS_BENCHMARKS_WEBHOOK_URL }}
|
||||
webhook_secret: ${{ secrets.JS_BENCHMARKS_WEBHOOK_SECRET }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user