This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new 328bf0d  run nightly tests with pekko 1.2 (#306)
328bf0d is described below

commit 328bf0df4e2b3c4c09c87977a309294a25960505
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 12 14:48:15 2025 +0100

    run nightly tests with pekko 1.2 (#306)
---
 .github/workflows/pekko-1.0-nightly-tests.yml                           | 2 --
 .../{pekko-1.0-nightly-tests.yml => pekko-1.2-nightly-tests.yml}        | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/pekko-1.0-nightly-tests.yml 
b/.github/workflows/pekko-1.0-nightly-tests.yml
index 47d9d50..dd448ef 100644
--- a/.github/workflows/pekko-1.0-nightly-tests.yml
+++ b/.github/workflows/pekko-1.0-nightly-tests.yml
@@ -18,8 +18,6 @@
 name: Run Tests with Pekko 1.0.x builds
 
 on:
-  schedule:
-    - cron: '0 2 * * *'  # every day 2am
   workflow_dispatch:  
 
 jobs:
diff --git a/.github/workflows/pekko-1.0-nightly-tests.yml 
b/.github/workflows/pekko-1.2-nightly-tests.yml
similarity index 97%
copy from .github/workflows/pekko-1.0-nightly-tests.yml
copy to .github/workflows/pekko-1.2-nightly-tests.yml
index 47d9d50..05702a4 100644
--- a/.github/workflows/pekko-1.0-nightly-tests.yml
+++ b/.github/workflows/pekko-1.2-nightly-tests.yml
@@ -63,4 +63,4 @@ jobs:
 
       - name: Test against ${{ matrix.container }}
         run: |-
-          docker compose up -d ${{ matrix.container }} && sbt 
-Dpekko.build.pekko.version=1.0.x -Dpekko.build.pekko.connectors.version=1.0.x 
++${{ matrix.scalaVersion }} ${{matrix.test}}
+          docker compose up -d ${{ matrix.container }} && sbt 
-Dpekko.build.pekko.version=1.2.x -Dpekko.build.pekko.connectors.version=1.0.x 
++${{ matrix.scalaVersion }} ${{matrix.test}}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to