This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push: new 79ccd4ade6 Removing actions/cache from GH workflows (#1115) 79ccd4ade6 is described below commit 79ccd4ade6b5c603ad0f02ae6526feefc65dfe16 Author: Francesco Chicchiriccò <ilgro...@users.noreply.github.com> AuthorDate: Tue Jun 24 12:15:13 2025 +0200 Removing actions/cache from GH workflows (#1115) --- .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 dcfe1ea9b9..21bcb1151f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,12 +18,10 @@ name: "CodeQL" on: push: - branches: [4_0_X,pr-*] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 50fc6c064a..4e6f77f351 100644 --- a/.github/workflows/crosschecks.yml +++ b/.github/workflows/crosschecks.yml @@ -18,12 +18,10 @@ name: "Cross Checks" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 af80f96a56..16e1a00ad4 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 fb736ee97a..2dda717044 100644 --- a/.github/workflows/fit_Elasticsearch.yml +++ b/.github/workflows/fit_Elasticsearch.yml @@ -18,12 +18,10 @@ name: "FIT Elasticsearch" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 137423f78e..a1c6775201 100644 --- a/.github/workflows/fit_OpenSearch.yml +++ b/.github/workflows/fit_OpenSearch.yml @@ -18,12 +18,10 @@ name: "FIT OpenSearch" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 8acb3e1386..ccd15ad13f 100644 --- a/.github/workflows/fit_Payara.yml +++ b/.github/workflows/fit_Payara.yml @@ -18,12 +18,10 @@ name: "FIT Payara" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 dc5ebe602d..6fd6f3aa1b 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 78ee0e940d..d8acb28fd5 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 494baabe57..83b739a8c6 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 f81ff8b73d..642e1358a1 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 2479f9630e..b52e3747a9 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 e3d0213964..bcab691af3 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 de91920dec..29ebd56c73 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 70b0663e08..82dd7e15bc 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 2370f0df88..44c3adca67 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 b29a34fa78..600af98517 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 f3963a0a55..bb1d10f2ce 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: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 5407955dc4..4064ca1d5f 100644 --- a/.github/workflows/fit_Wildfly.yml +++ b/.github/workflows/fit_Wildfly.yml @@ -18,12 +18,10 @@ name: "FIT Wildfly" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 dad2d64fb4..0a992bd465 100644 --- a/.github/workflows/fit_Zookeeper.yml +++ b/.github/workflows/fit_Zookeeper.yml @@ -18,12 +18,10 @@ name: "FIT Zookeeper" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 45dd8232e0..c03c8dbe9e 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -18,12 +18,10 @@ name: "MariaDB" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 21fef5ee7b..18200542c8 100644 --- a/.github/workflows/mysql.yml +++ b/.github/workflows/mysql.yml @@ -18,12 +18,10 @@ name: "MySQL" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 e7e9ad7023..f146cdc9ba 100644 --- a/.github/workflows/neo4j.yml +++ b/.github/workflows/neo4j.yml @@ -18,12 +18,10 @@ name: "Neo4j" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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 961d64fbc7..e5ac2a3a4e 100644 --- a/.github/workflows/oracle.yml +++ b/.github/workflows/oracle.yml @@ -18,12 +18,10 @@ name: "Oracle" on: push: - branches: ['4_0_X', 'pr-*'] + branches: [4_0_X] pull_request: # The branches below must be a subset of the branches above branches: [4_0_X] - 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'