Skip to content

Commit

Permalink
Merge branch '1.10.x' into plainfile-match-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker authored Sep 27, 2024
2 parents 8b978ed + 73fd63c commit b606c6e
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 b606c6e

Please sign in to comment.