Skip to content

Commit

Permalink
Stop running parallelized versions on every push and nightly - instead,
Browse files Browse the repository at this point in the history
only once a week
  • Loading branch information
DaGeRe committed Jan 22, 2025
1 parent a66c2ac commit 375faa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmarkKiekerJava2.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Benchmark Kieker-java (2 Threads)
on:
workflow_dispatch:
push:
branches: [ main, continuous-gh-benchmarks ]
schedule:
- cron: "0 3 * * *"
- cron: "0 3 * * 1"


permissions:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/benchmarkKiekerJava4.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Benchmark Kieker-java (4 Threads)
on:
workflow_dispatch:
push:
branches: [ main, continuous-gh-benchmarks ]
schedule:
- cron: "0 3 * * *"
- cron: "0 3 * * 1"


permissions:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/benchmarkKiekerJava8.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Benchmark Kieker-java (8 Threads)
on:
workflow_dispatch:
push:
branches: [ main, continuous-gh-benchmarks ]
schedule:
- cron: "0 3 * * *"
- cron: "0 3 * * 1"


permissions:
Expand Down

0 comments on commit 375faa2

Please sign in to comment.