You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# It's important that we always run this step, otherwise in the case of any failures in preceding non-Nx steps, the agents will keep running and waste billable minutes
56
60
if: ${{ always() }}
@@ -109,6 +113,10 @@ jobs:
109
113
env:
110
114
NX_AGENT_NAME: ${{ matrix.agent }}
111
115
116
+
- name: Run Nx Cloud Self-Healing CI
117
+
if: ${{ always() }}
118
+
run: npx nx-cloud fix-ci
119
+
112
120
# - name: Revoke and delete GPG key
113
121
# # It's important that we always run this step, otherwise the key will remain active if any of the steps above fail
0 commit comments