Skip to content

Commit 487d5c8

Browse files
committed
chore: refine preview workflow ignores
1 parent c304c42 commit 487d5c8

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/surge-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ permissions:
1212
jobs:
1313
preview:
1414
runs-on: ubuntu-latest
15+
concurrency:
16+
group: surge-preview-${{ github.event.pull_request.number }}
17+
cancel-in-progress: true
1518
env:
1619
PREVIEW: true
1720
steps:

.prettierignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
node_modules
2+
coverage
3+
docs-dist
4+
dist
5+
es
6+
lib
7+
.dumi/tmp
8+
.dumi/tmp-production
9+
.vercel
10+
package-lock.json
11+
pnpm-lock.yaml
12+
yarn.lock
13+
bun.lockb
14+
*.log

0 commit comments

Comments
 (0)