Skip to content

Commit

Permalink
Test commit to determine prevalence of CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 4, 2024
1 parent b7bf35c commit 178d6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: macos-latest
java: 8
jobtype: 1
- os: ubuntu-latest
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks"
- name: Checkout Target Branch (4-6)
if: ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 || matrix.jobtype <= 6) }}
if: ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 && matrix.jobtype <= 6) }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}
Expand Down

0 comments on commit 178d6e4

Please sign in to comment.