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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 3469b9f75f Removing actions/cache from GH workflows
3469b9f75f is described below

commit 3469b9f75f057bb9c35bfd151d63b7b39eb62b35
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jun 24 12:34:29 2025 +0200

    Removing actions/cache from GH workflows
---
 .github/workflows/codeql-analysis.yml            | 11 +----------
 .github/workflows/crosschecks.yml                | 10 +---------
 .github/workflows/dockerhub.yml                  |  6 ------
 .github/workflows/fit_Elasticsearch.yml          | 10 +---------
 .github/workflows/fit_OpenSearch.yml             | 10 +---------
 .github/workflows/fit_Payara.yml                 | 10 +---------
 .github/workflows/fit_Tomcat_LiveSync.yml        | 10 +---------
 .github/workflows/fit_Tomcat_PostgreSQL_JSON.yml | 10 +---------
 .github/workflows/fit_Tomcat_PostgreSQL_XML.yml  | 10 +---------
 .github/workflows/fit_Tomcat_PostgreSQL_YAML.yml | 10 +---------
 .github/workflows/fit_WA_OIDCC4UI.yml            | 10 +---------
 .github/workflows/fit_WA_OpenFGA.yml             | 10 +---------
 .github/workflows/fit_WA_SAML2SP4UI.yml          | 10 +---------
 .github/workflows/fit_WA_SRA_CASClient.yml       | 10 +---------
 .github/workflows/fit_WA_SRA_OAuth2.yml          | 10 +---------
 .github/workflows/fit_WA_SRA_OIDC.yml            | 10 +---------
 .github/workflows/fit_WA_SRA_SAML2.yml           | 10 +---------
 .github/workflows/fit_Wildfly.yml                | 10 +---------
 .github/workflows/fit_Zookeeper.yml              | 10 +---------
 .github/workflows/mariadb.yml                    | 10 +---------
 .github/workflows/mysql.yml                      | 10 +---------
 .github/workflows/neo4j.yml                      | 10 +---------
 .github/workflows/oracle.yml                     | 10 +---------
 23 files changed, 22 insertions(+), 205 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 2addc10811..2ad9641bfd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -18,12 +18,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master,pr-*]
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   analyze:
@@ -55,13 +53,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
-
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
       uses: github/codeql-action/init@v3
diff --git a/.github/workflows/crosschecks.yml 
b/.github/workflows/crosschecks.yml
index d382b4fbd5..43da561231 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -18,12 +18,10 @@ name: "Cross Checks"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   crosschecks:
@@ -48,12 +46,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: Validate
diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml
index b800796f0e..a291982682 100644
--- a/.github/workflows/dockerhub.yml
+++ b/.github/workflows/dockerhub.yml
@@ -63,12 +63,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all,docker'
     - name: 'Push to DockerHub'
diff --git a/.github/workflows/fit_Elasticsearch.yml 
b/.github/workflows/fit_Elasticsearch.yml
index b2f24b4e4e..7dc00138a2 100644
--- a/.github/workflows/fit_Elasticsearch.yml
+++ b/.github/workflows/fit_Elasticsearch.yml
@@ -18,12 +18,10 @@ name: "FIT Elasticsearch"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Elasticsearch:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Elasticsearch / PostgreSQL / JSON'
diff --git a/.github/workflows/fit_OpenSearch.yml 
b/.github/workflows/fit_OpenSearch.yml
index 25d5851d46..51411c3f5a 100644
--- a/.github/workflows/fit_OpenSearch.yml
+++ b/.github/workflows/fit_OpenSearch.yml
@@ -18,12 +18,10 @@ name: "FIT OpenSearch"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_OpenSearch:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'OpenSearch / PostgreSQL / JSON'
diff --git a/.github/workflows/fit_Payara.yml b/.github/workflows/fit_Payara.yml
index 7b2d697106..34f7e1e62b 100644
--- a/.github/workflows/fit_Payara.yml
+++ b/.github/workflows/fit_Payara.yml
@@ -18,12 +18,10 @@ name: "FIT Payara"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Payara:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Payara / PostgreSQL / JSON'
diff --git a/.github/workflows/fit_Tomcat_LiveSync.yml 
b/.github/workflows/fit_Tomcat_LiveSync.yml
index 7481cae0dd..236c26de1c 100644
--- a/.github/workflows/fit_Tomcat_LiveSync.yml
+++ b/.github/workflows/fit_Tomcat_LiveSync.yml
@@ -18,12 +18,10 @@ name: "FIT Tomcat LiveSync"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Tomcat_LiveSync:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Tomcat / PostgreSQL / Debezium'
diff --git a/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml 
b/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml
index 2d9a5b8bcb..b4084adb61 100644
--- a/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml
+++ b/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml
@@ -18,12 +18,10 @@ name: "FIT Tomcat PostgreSQL JSON"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Tomcat_PostgreSQL_JSON:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Tomcat / PostgreSQL / JSON'
diff --git a/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml 
b/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml
index b3153d898c..6716817b64 100644
--- a/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml
+++ b/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml
@@ -18,12 +18,10 @@ name: "FIT Tomcat PostgreSQL XML"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Tomcat_PostgreSQL_XML:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Tomcat / PostgreSQL / XML'
diff --git a/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml 
b/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml
index ba19bdd2d0..a5be4b6066 100644
--- a/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml
+++ b/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml
@@ -18,12 +18,10 @@ name: "FIT Tomcat PostgreSQL YAML"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Tomcat_PostgreSQL_YAML:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Tomcat / PostgreSQL / YAML'
diff --git a/.github/workflows/fit_WA_OIDCC4UI.yml 
b/.github/workflows/fit_WA_OIDCC4UI.yml
index fc045e60f4..133dd0b870 100644
--- a/.github/workflows/fit_WA_OIDCC4UI.yml
+++ b/.github/workflows/fit_WA_OIDCC4UI.yml
@@ -18,12 +18,10 @@ name: "FIT WA OIDCC4UI"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_OIDCC4UI:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'WA / OIDCC4UI'
diff --git a/.github/workflows/fit_WA_OpenFGA.yml 
b/.github/workflows/fit_WA_OpenFGA.yml
index 56680e70c0..459648e91b 100644
--- a/.github/workflows/fit_WA_OpenFGA.yml
+++ b/.github/workflows/fit_WA_OpenFGA.yml
@@ -18,12 +18,10 @@ name: "FIT WA OpenFGA"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_OpenFGA:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Unit Tests: OpenFGA'
diff --git a/.github/workflows/fit_WA_SAML2SP4UI.yml 
b/.github/workflows/fit_WA_SAML2SP4UI.yml
index 93881c49d3..4cfbe717f9 100644
--- a/.github/workflows/fit_WA_SAML2SP4UI.yml
+++ b/.github/workflows/fit_WA_SAML2SP4UI.yml
@@ -18,12 +18,10 @@ name: "FIT WA SAML2SP4UI"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_SAML2SP4UI:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'WA / SAML2SP4UI'
diff --git a/.github/workflows/fit_WA_SRA_CASClient.yml 
b/.github/workflows/fit_WA_SRA_CASClient.yml
index f32f124ff1..cc24b3885f 100644
--- a/.github/workflows/fit_WA_SRA_CASClient.yml
+++ b/.github/workflows/fit_WA_SRA_CASClient.yml
@@ -18,12 +18,10 @@ name: "FIT WA SRA CASClient"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_SRA_CASClient:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'WA / SRA / CAS Client'
diff --git a/.github/workflows/fit_WA_SRA_OAuth2.yml 
b/.github/workflows/fit_WA_SRA_OAuth2.yml
index e016731bf4..8a49a70661 100644
--- a/.github/workflows/fit_WA_SRA_OAuth2.yml
+++ b/.github/workflows/fit_WA_SRA_OAuth2.yml
@@ -18,12 +18,10 @@ name: "FIT WA SRA OAuth2"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_SRA_OAuth2:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'WA / SRA / OAuth 2.0'
diff --git a/.github/workflows/fit_WA_SRA_OIDC.yml 
b/.github/workflows/fit_WA_SRA_OIDC.yml
index 0360b68d72..5534027c2b 100644
--- a/.github/workflows/fit_WA_SRA_OIDC.yml
+++ b/.github/workflows/fit_WA_SRA_OIDC.yml
@@ -18,12 +18,10 @@ name: "FIT WA SRA OIDC"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_SRA_OIDC:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'WA / SRA / OpenID Connect 1.0'
diff --git a/.github/workflows/fit_WA_SRA_SAML2.yml 
b/.github/workflows/fit_WA_SRA_SAML2.yml
index b60f464740..5793efabc5 100644
--- a/.github/workflows/fit_WA_SRA_SAML2.yml
+++ b/.github/workflows/fit_WA_SRA_SAML2.yml
@@ -18,12 +18,10 @@ name: "FIT WA SRA SAML2"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_WA_SRA_SAML2:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'WA / SRA / SAML 2.0'
diff --git a/.github/workflows/fit_Wildfly.yml 
b/.github/workflows/fit_Wildfly.yml
index 5e16517473..b991fc4200 100644
--- a/.github/workflows/fit_Wildfly.yml
+++ b/.github/workflows/fit_Wildfly.yml
@@ -18,12 +18,10 @@ name: "FIT Wildfly"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Wildfly:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Wildfly / PostgreSQL / JSON'
diff --git a/.github/workflows/fit_Zookeeper.yml 
b/.github/workflows/fit_Zookeeper.yml
index c2ff40d05e..d9ab864d52 100644
--- a/.github/workflows/fit_Zookeeper.yml
+++ b/.github/workflows/fit_Zookeeper.yml
@@ -18,12 +18,10 @@ name: "FIT Zookeeper"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   fit_Zookeeper:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Zookeeper / PostgreSQL / JSON'
diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml
index 8c2e2b7b1e..69d8a0f631 100644
--- a/.github/workflows/mariadb.yml
+++ b/.github/workflows/mariadb.yml
@@ -18,12 +18,10 @@ name: "MariaDB"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   mariadb:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Unit Tests: MariaDB'
diff --git a/.github/workflows/mysql.yml b/.github/workflows/mysql.yml
index 30997151f9..e4a6a54ebd 100644
--- a/.github/workflows/mysql.yml
+++ b/.github/workflows/mysql.yml
@@ -18,12 +18,10 @@ name: "MySQL"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   mysql:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Unit Tests: MySQL'
diff --git a/.github/workflows/neo4j.yml b/.github/workflows/neo4j.yml
index d698236c3f..faa09644dc 100644
--- a/.github/workflows/neo4j.yml
+++ b/.github/workflows/neo4j.yml
@@ -18,12 +18,10 @@ name: "Neo4j"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   neo4j:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Unit Tests: Neo4j'
diff --git a/.github/workflows/oracle.yml b/.github/workflows/oracle.yml
index 128a47b4d5..aa3c2b35b9 100644
--- a/.github/workflows/oracle.yml
+++ b/.github/workflows/oracle.yml
@@ -18,12 +18,10 @@ name: "Oracle"
 
 on:
   push:
-    branches: ['master', 'pr-*']
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 13 * * 4'
 
 jobs:
   oracle:
@@ -41,12 +39,6 @@ jobs:
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.6
-    - uses: actions/cache@v4
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Build
       run: mvn -U -T 1C -P 'skipTests,all'
     - name: 'Unit Tests: Oracle'

Reply via email to