Apply suggestions from code review

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Sidharth Vinod 2024-10-07 17:20:38 +05:30 committed by GitHub
parent 2401eea725
commit 9cc309b69c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'