Skip to content

Commit b0720f3

Browse files
committed
more conservative caching
1 parent 4e6ab11 commit b0720f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
restore-keys: |
8383
${{ runner.os }}-gatsby-build-${{ hashFiles('package.json', 'gatsby-config.js', 'gatsby-node.js', 'src/**/*.js') }}-${{ inputs.ref }}
8484
${{ runner.os }}-gatsby-build-${{ hashFiles('package.json', 'gatsby-config.js', 'gatsby-node.js', 'src/**/*.js') }}
85-
${{ runner.os }}-gatsby-build
8685
8786
- name: Fix mtimes
8887
run: npm run fix-mtimes

0 commit comments

Comments
 (0)