Skip to content

Commit

Permalink
Exclude Vue locales in the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Nov 5, 2023
1 parent 1f4c93a commit ef578d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/cache@v3
with:
path: UI/js
key: dojo-${{ hashFiles('UI/js-src/**', 'UI/src/**', 'UI/css/**','UI/**/*.html','doc/sources/**') }}
key: dojo-${{ hashFiles('UI/js-src/**', 'UI/src/**', '!UI/src/locales/**', 'UI/css/**','UI/**/*.html','doc/sources/**') }}

- name: Build Dojo
run: |
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
uses: actions/cache@v3
with:
path: UI/js
key: dojo-${{ hashFiles('UI/js-src/**', 'UI/src/**', 'UI/css/**','UI/**/*.html','doc/sources/**') }}
key: dojo-${{ hashFiles('UI/js-src/**', 'UI/src/**', '!UI/src/locales/**', 'UI/css/**','UI/**/*.html','doc/sources/**') }}

# This will start a hub and JOB_COUNT matrix.
- name: Starting hub with ${{ matrix.BROWSER }}
Expand Down

0 comments on commit ef578d1

Please sign in to comment.