Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎.github/workflows/preview.yml‎

Lines changed: 4 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /