Skip to content

Commit

Permalink
Publish LTS nightlies form scala/scala3-lts repository
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Feb 3, 2025
1 parent 590691b commit 691fda6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,10 @@ jobs:
- ${{ github.workspace }}/../../cache/general:/root/.cache
strategy:
matrix:
branch: [main, lts-3.3]
series: [
{repository: scala/scala3, branch: main}, # Scala Next nightly
{repository: scala/scala3-lts, branch: lts-3.3} # Scala LTS nightly
]
needs: [test_non_bootstrapped, test, mima, community_build_a, community_build_b, community_build_c, test_sbt, test_java8]
if: "(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'scala/scala3'"
env:
Expand Down Expand Up @@ -660,7 +663,8 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
repository: ${{ matrix.series.repository }}
ref: ${{ matrix.series.branch }}

- name: Add SBT proxy repositories
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
Expand Down

0 comments on commit 691fda6

Please sign in to comment.