Skip to content

Commit

Permalink
ci(ts): disable the cache default
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 29, 2024
1 parent c951cc1 commit d521e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Synchronize Examples with Templates
name: Examples

on:
push:
branches: [ main ]
workflow_dispatch: # Allow the workflow to be triggered manually

jobs:
example-deployments:
deployment:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "npm"
# cache: "npm"

- name: Init dependencies
run: make init
Expand Down

0 comments on commit d521e88

Please sign in to comment.