We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcee015 commit 20f8f93Copy full SHA for 20f8f93
1 file changed
.github/workflows/dist.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
branches:
8
- main
9
+ - '2027'
10
tags:
11
- '*'
12
workflow_dispatch:
@@ -35,6 +36,9 @@ jobs:
35
36
if [[ "${{ github.ref_name }}" == "main" ]]; then
37
echo "PARALLEL=1"
38
echo "p={\"v\": 1}" >> $GITHUB_OUTPUT
39
+ elif [[ "${{ github.ref_name }}" == "2027" ]]; then
40
+ echo "PARALLEL=1"
41
+ echo "p={\"v\": 1}" >> $GITHUB_OUTPUT
42
else
43
echo "PARALLEL=10000"
44
echo "p={\"v\": 10000}" >> $GITHUB_OUTPUT
0 commit comments