From 9cc309b69c6441655d7a285b0bf679602e5dceb8 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 7 Oct 2024 17:20:38 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alois Klink --- .github/workflows/e2e-timings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-timings.yml b/.github/workflows/e2e-timings.yml index f967a5fcb..b8435ecd8 100644 --- a/.github/workflows/e2e-timings.yml +++ b/.github/workflows/e2e-timings.yml @@ -3,7 +3,7 @@ name: E2E - Generate Timings on: # run this workflow every night at 3am schedule: - - cron: '0 3 * * *' + - cron: '28 3 * * *' # or when the user triggers it from GitHub Actions page workflow_dispatch: @@ -48,6 +48,6 @@ jobs: uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 with: add: 'cypress/timings.json' - author_name: ${{ github.actor }} - author_email: ${{ github.actor }}@users.noreply.github.com + author_name: 'github-actions[bot]' + author_email: '41898282+github-actions[bot]@users.noreply.github.com' message: 'chore: update E2E timings'