Skip to content

Commit 50d3a5c

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 4e0ecf7 commit 50d3a5c

2 files changed

Lines changed: 3 additions & 371 deletions

File tree

.github/workflows/publish-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
publish-fss:
19-
runs-on: self-hosted
19+
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v6
2222

@@ -67,7 +67,7 @@ jobs:
6767
NPM_CONFIG_CACHE: ${{ github.workspace }}/.npm-cache
6868

6969
publish-extension-api:
70-
runs-on: self-hosted
70+
runs-on: ubuntu-latest
7171
needs: publish-fss
7272
steps:
7373
- uses: actions/checkout@v6
@@ -119,7 +119,7 @@ jobs:
119119
NPM_CONFIG_CACHE: ${{ github.workspace }}/.npm-cache
120120

121121
publish-ui:
122-
runs-on: self-hosted
122+
runs-on: ubuntu-latest
123123
needs: publish-extension-api
124124
steps:
125125
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)