Skip to content

Commit deb2a10

Browse files
committed
Try to fix
1 parent 5278474 commit deb2a10

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/pack.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
dry_run: true
3535

3636
pack:
37-
runs-on:
38-
group: zitadel-public
37+
runs-on: ubuntu-22.04
3938
environment: ${{ github.ref_protected == 'true' && 'Protected' || null }}
4039
needs: version
4140
permissions:
@@ -69,13 +68,7 @@ jobs:
6968
- name: Pack API and Login
7069
env:
7170
ZITADEL_VERSION: ${{ needs.version.outputs.version }}
72-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN || secrets.NX_CLOUD_ACCESS_TOKEN_READONLY }}
7371
run: pnpm nx run --nxBail pack
74-
- name: Suggest Pipeline Fix By Nx Cloud AI
75-
if: always()
76-
env:
77-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN || secrets.NX_CLOUD_ACCESS_TOKEN_READONLY }}
78-
run: pnpm nx fix-ci
7972
- name: Upload all platform archives
8073
uses: actions/upload-artifact@v4
8174
with:

0 commit comments

Comments
 (0)