Skip to content

Commit

Permalink
fix: Performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Dec 14, 2023
1 parent 893a691 commit 12c66ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: GraphQL performance tests

on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: "37 * * * *"

jobs:
run_tests:
Expand Down
2 changes: 1 addition & 1 deletion k6/performance-tests/generate-github-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const generate = () => {
on:
workflow_dispatch:
schedule:
- cron: 37 * * * *"
- cron: "37 * * * *"
jobs:
run_tests:
Expand Down

1 comment on commit 12c66ce

@vercel
Copy link

@vercel vercel bot commented on 12c66ce Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization-tool – ./

visualization-tool-git-main-ixt1.vercel.app
visualization-tool-alpha.vercel.app
visualization-tool-ixt1.vercel.app

Please sign in to comment.