We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5278474 commit deb2a10Copy full SHA for deb2a10
1 file changed
.github/workflows/pack.yml
@@ -34,8 +34,7 @@ jobs:
34
dry_run: true
35
36
pack:
37
- runs-on:
38
- group: zitadel-public
+ runs-on: ubuntu-22.04
39
environment: ${{ github.ref_protected == 'true' && 'Protected' || null }}
40
needs: version
41
permissions:
@@ -69,13 +68,7 @@ jobs:
69
68
- name: Pack API and Login
70
env:
71
ZITADEL_VERSION: ${{ needs.version.outputs.version }}
72
- NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN || secrets.NX_CLOUD_ACCESS_TOKEN_READONLY }}
73
run: pnpm nx run --nxBail pack
74
- - name: Suggest Pipeline Fix By Nx Cloud AI
75
- if: always()
76
- env:
77
78
- run: pnpm nx fix-ci
79
- name: Upload all platform archives
80
uses: actions/upload-artifact@v4
81
with:
0 commit comments