We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ae964 commit da4beaaCopy full SHA for da4beaa
.github/workflows/publish-packages.yml
@@ -7,7 +7,7 @@ on:
7
8
# publishing can take longer than 30 minutes but we never want to
9
# run more than one publish job at a time
10
-concurrency: 1
+concurrency: publish-packages
11
12
env:
13
CI: true
.github/workflows/publish-registry.yml
@@ -9,6 +9,8 @@ env:
PNPM_CACHE_FOLDER: .pnpm-store
+
14
jobs:
15
publish-registry:
16
runs-on: ubuntu-latest
.github/workflows/update-ts-version-tags.yml
@@ -12,8 +12,10 @@ on:
required: true
default: main
schedule:
- # https://crontab.guru/#5_8_*_*_1
- - cron: "5 8 * * 1"
+ # https://crontab.guru/#5_6_*_*_0
+ - cron: "5 6 * * 0"
17
18
19
20
21
0 commit comments