Skip to content

Commit

Permalink
feat: Schedule performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Dec 14, 2023
1 parent 0bf24a8 commit e64eb36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k6/performance-tests/generate-github-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ const commands = envs
const generate = () => {
const file = `name: GraphQL performance tests
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: 37 * * * *"
jobs:
run_tests:
Expand Down

0 comments on commit e64eb36

Please sign in to comment.