Skip to content

Commit 9b81acc

Browse files
committed
Try to run stuff
1 parent 95bb0ac commit 9b81acc

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/sync-batch-1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'yarn'
34+
cache-dependency-path: ./scripts/yarn.lock
3435
- run: yarn install
3536
- run: ACTIONS_BATCH_PATTERN=6:1 yarn sync-translations

.github/workflows/sync-batch-2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'yarn'
34+
cache-dependency-path: ./scripts/yarn.lock
3435
- run: yarn install
3536
- run: ACTIONS_BATCH_PATTERN=6:2 yarn sync-translations

.github/workflows/sync-batch-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'yarn'
34+
cache-dependency-path: ./scripts/yarn.lock
3435
- run: yarn install
3536
- run: ACTIONS_BATCH_PATTERN=6:3 yarn sync-translations

.github/workflows/sync-batch-4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'yarn'
34+
cache-dependency-path: ./scripts/yarn.lock
3435
- run: yarn install
3536
- run: ACTIONS_BATCH_PATTERN=6:4 yarn sync-translations

.github/workflows/sync-batch-5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'yarn'
34+
cache-dependency-path: ./scripts/yarn.lock
3435
- run: yarn install
3536
- run: ACTIONS_BATCH_PATTERN=6:5 yarn sync-translations

.github/workflows/sync-batch-6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'yarn'
34+
cache-dependency-path: ./scripts/yarn.lock
3435
- run: yarn install
3536
- run: ACTIONS_BATCH_PATTERN=6:6 yarn sync-translations

0 commit comments

Comments
 (0)