Skip to content

Commit

Permalink
Disable Performance Regression Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blakey22 authored and MartinNowak committed Dec 30, 2021
1 parent b00ffd7 commit fd75b5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Performance Regression Tests
# Schedule triggers
on:
# runs twice a day at 10:05am and 10:05pm
schedule:
- cron: "5 10,22 * * *"
# disabled to not run on our fork
# # runs twice a day at 10:05am and 10:05pm
# schedule:
# - cron: "5 10,22 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit fd75b5f

Please sign in to comment.