Skip to content

Commit 40365b9

Browse files
committed
chore: uncomment github workflow
1 parent 01893ca commit 40365b9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ jobs:
6464
needs: [publish-js-package]
6565
runs-on: ubuntu-latest
6666
if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main')
67+
strategy:
68+
matrix:
69+
target-repository:
70+
- Exabyte-io/ade.js
71+
- Exabyte-io/application-flavors
72+
- Exabyte-io/ide.js
73+
- Exabyte-io/made.js
74+
- Exabyte-io/mode.js
75+
- Exabyte-io/prode.js
76+
- Exabyte-io/wode.js
77+
- Exabyte-io/materials-designer
78+
- Exabyte-io/web-app
6779

6880
steps:
6981
- name: Checkout actions repository
@@ -77,6 +89,6 @@ jobs:
7789
uses: ./actions/git/pull-request
7890
with:
7991
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
80-
target-repository: Exabyte-io/ade.js
92+
target-repository: ${{ matrix.target-repository }}
8193
source-package-name: "@exabyte-io/code.js"
8294
target-version: ${{ needs.publish-js-package.outputs.release-version }}

0 commit comments

Comments
 (0)