Skip to content

Commit

Permalink
Disable benchmarks on PRs (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Mar 11, 2024
1 parent a05610a commit bc31cac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Run benchmarks on push
on:
push:
branches: [main, develop]
pull_request:

concurrency:
# Cancel intermediate builds always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - Publish website
name: Benchmarks
on:
# Everyday at 3 am UTC
# Every day at 3 am UTC
schedule:
- cron: "0 3 * * *"
# Make it possible to trigger the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main

# Run everyday at 3 am UTC
# Run every day at 3 am UTC
schedule:
- cron: "0 3 * * *"

Expand Down

0 comments on commit bc31cac

Please sign in to comment.