mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Apply suggestions from code review
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
parent
2401eea725
commit
9cc309b69c
6
.github/workflows/e2e-timings.yml
vendored
6
.github/workflows/e2e-timings.yml
vendored
@ -3,7 +3,7 @@ name: E2E - Generate Timings
|
|||||||
on:
|
on:
|
||||||
# run this workflow every night at 3am
|
# run this workflow every night at 3am
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: '28 3 * * *'
|
||||||
# or when the user triggers it from GitHub Actions page
|
# or when the user triggers it from GitHub Actions page
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@ -48,6 +48,6 @@ jobs:
|
|||||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
||||||
with:
|
with:
|
||||||
add: 'cypress/timings.json'
|
add: 'cypress/timings.json'
|
||||||
author_name: ${{ github.actor }}
|
author_name: 'github-actions[bot]'
|
||||||
author_email: ${{ github.actor }}@users.noreply.github.com
|
author_email: '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
message: 'chore: update E2E timings'
|
message: 'chore: update E2E timings'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user