Skip to content

Commit f5720a2

Browse files
committed
fixup! Filtering pr - building preview only on specific labels
1 parent b3d6813 commit f5720a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/preview.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ jobs:
6464
id: gatsby-cache-folder
6565
with:
6666
path: .cache
67-
key: ${{ runner.os }}-cache-gatsbyV2-vercel-${{ github.sha }}
67+
key: ${{ runner.os }}-cache-gatsbyV2-${{ github.sha }}
6868
restore-keys: |
69-
${{ runner.os }}-cache-gatsbyV2-vercel-
69+
${{ runner.os }}-cache-gatsbyV2-
7070
7171
- name: Gatsby Public Folder
7272
uses: actions/cache@v4
7373
id: gatsby-public-folder
7474
with:
7575
path: public/
76-
key: ${{ runner.os }}-public-gatsbyV2-vercel-${{ github.sha }}
76+
key: ${{ runner.os }}-public-gatsbyV2-${{ github.sha }}
7777
restore-keys: |
78-
${{ runner.os }}-public-gatsbyV2-vercel-
78+
${{ runner.os }}-public-gatsbyV2-
7979
8080
- run: npm install
8181
- run: npm run build

0 commit comments

Comments
 (0)