Skip to content

Commit

Permalink
chore(CI): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 16, 2023
1 parent 7d35821 commit c0f9ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
CACHE_PATHS_BUILD: |
./apps/ocignis-app/build-next-static
./packages/ocignis-ui/build-storybook-static
CACHE_KEY_BUILD: build-${{ github.sha }}
CACHE_KEY_BUILD: build-ci-deployment-${{ github.sha }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
CACHE_PATHS_BUILD: |
./apps/ocignis-app/build-next-static
./packages/ocignis-ui/build-storybook-static
CACHE_KEY_BUILD: build-${{ github.sha }}
CACHE_KEY_BUILD: build-ci-${{ github.sha }}

jobs:
build:
Expand Down

0 comments on commit c0f9ba9

Please sign in to comment.