Skip to content

Commit 9c8ca78

Browse files
committed
fix
1 parent 227709a commit 9c8ca78

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ permissions:
1010
actions: read
1111
contents: read
1212

13+
concurrency:
14+
group: ci-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
main:
1519
runs-on: ubuntu-latest

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
# Remove this one before merging
1010
pull_request:
1111

12+
concurrency:
13+
group: nightly-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
main:
1418
runs-on: ubuntu-latest
@@ -17,7 +21,7 @@ jobs:
1721

1822
- uses: pnpm/action-setup@v4
1923
with:
20-
version: 9.15.0
24+
version: 9.11.0
2125

2226
# Cache node_modules
2327
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)