We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227709a commit 9c8ca78Copy full SHA for 9c8ca78
.github/workflows/ci.yml
@@ -10,6 +10,10 @@ permissions:
10
actions: read
11
contents: read
12
13
+concurrency:
14
+ group: ci-${{ github.ref }}
15
+ cancel-in-progress: true
16
+
17
jobs:
18
main:
19
runs-on: ubuntu-latest
.github/workflows/nightly.yml
@@ -9,6 +9,10 @@ on:
9
# Remove this one before merging
pull_request:
+ group: nightly-${{ github.ref }}
@@ -17,7 +21,7 @@ jobs:
21
22
- uses: pnpm/action-setup@v4
23
with:
20
- version: 9.15.0
24
+ version: 9.11.0
25
26
# Cache node_modules
27
- uses: actions/setup-node@v4
0 commit comments