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

robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git


The following commit(s) were added to refs/heads/development by this push:
     new 0e9deb8  fix problem with cache key definition, causing separate 
caches for the 2 jobs
0e9deb8 is described below

commit 0e9deb80cf2df77aec1b90c3a31fdeafeb62d7a4
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Fri Jan 26 11:28:36 2024 +0000

    fix problem with cache key definition, causing separate caches for the 2 
jobs
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c89b563..55ab85a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
         with:
           path: |
             ~/.m2/repository/
-          key: ${{ runner.os }}-mvn-${{ 
hashFiles('activemq-artemis-examples**/pom.xml') }}
+          key: ${{ runner.os }}-mvn-${{ 
hashFiles('activemq-artemis-examples/**/pom.xml') }}
           restore-keys: |
             ${{ runner.os }}-mvn-
 

Reply via email to