Skip to content

Commit e790868

Browse files
committed
chore: refine preview workflow ignores
1 parent 1fa7ebc commit e790868

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
@@ -16,6 +16,9 @@ permissions:
1616
jobs:
1717
preview:
1818
runs-on: ubuntu-latest
19+
concurrency:
20+
group: surge-preview-${{ github.event.pull_request.number }}
21+
cancel-in-progress: true
1922
env:
2023
PREVIEW: true
2124
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)