Skip to content

Commit

Permalink
fix: [skip ci] fix the benchmarking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Feb 27, 2023
1 parent 6a433c7 commit 98a2435
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Run Benchmarks

on:
# Triggers the workflow every month
# Triggers the workflow every Monday at 5am
schedule:
- cron: "0 0 * * 1"
- cron: "0 5 * * 1"
workflow_dispatch:


Expand All @@ -29,6 +29,9 @@ jobs:

- name: Install Dependencies
run: npm ci

- name: Build the project
run: npm run build

- name: Run benchmarks
run: npm run benchmark
Expand Down

0 comments on commit 98a2435

Please sign in to comment.