Skip to content

Commit

Permalink
Change 'main' to 'master' so benchmarking action actually runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf authored Jul 3, 2024
1 parent 0e86a9c commit 5b6e9fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ steps:
command: "buildkite-agent pipeline upload .buildkite/runbenchmarks.yml"
agents:
queue: "juliagpu"

6 changes: 3 additions & 3 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
pull_request:
branches:
- main
- master
paths:
- "KomaMRICore/src/**/*"
- "KomaMRICore/ext/**/*"
Expand All @@ -19,7 +19,7 @@ on:
- "Project.toml"
push:
branches:
- main
- master
paths:
- "KomaMRICore/src/**/*"
- "KomaMRICore/ext/**/*"
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
comment-always: true
alert-threshold: "150%"
fail-on-alert: false
auto-push: ${{ github.event_name != 'pull_request' }}
auto-push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 5b6e9fb

Please sign in to comment.