Skip to content

Commit

Permalink
Merge pull request #1409 from Friendseeker/analysis-benchmark-pr-only
Browse files Browse the repository at this point in the history
[1.x] Add missing condition for `AnalysisFormatBenchmark` CI run
  • Loading branch information
eed3si9n authored Sep 27, 2024
2 parents 90bf9b2 + 1e41c1a commit 73fd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*Shapeless.*" "runBenchmarks"
- name: Benchmark (AnalysisFormatBenchmark) against Target Branch (6)
if: ${{ matrix.jobtype == 6 }}
if: ${{ github.event_name == 'pull_request' && matrix.jobtype == 6 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks"

0 comments on commit 73fd63c

Please sign in to comment.