From 12c66ce07c4dac61e34be5bed80a6015218c1609 Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Thu, 14 Dec 2023 16:05:49 +0100 Subject: [PATCH] fix: Performance tests --- .github/workflows/performance-tests.yml | 5 ++++- k6/performance-tests/generate-github-action.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 53faf3d29..5b4850b34 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -1,6 +1,9 @@ name: GraphQL performance tests -on: workflow_dispatch +on: + workflow_dispatch: + schedule: + - cron: "37 * * * *" jobs: run_tests: diff --git a/k6/performance-tests/generate-github-action.js b/k6/performance-tests/generate-github-action.js index 6cba27f88..107f861ff 100644 --- a/k6/performance-tests/generate-github-action.js +++ b/k6/performance-tests/generate-github-action.js @@ -28,7 +28,7 @@ const generate = () => { on: workflow_dispatch: schedule: - - cron: 37 * * * *" + - cron: "37 * * * *" jobs: run_tests: