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
Copy file name to clipboardExpand all lines: .github/workflows/staging-deploy-pr.yml
+5-63Lines changed: 5 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -198,68 +198,12 @@ jobs:
198
198
color: failure
199
199
text: Staging build failed for PR ${{ needs.pr-metadata.outputs.url }} at commit ${{ needs.pr-metadata.outputs.head_sha }}. See ${{ env.BUILD_ACTIONS_RUN_LOG }}. This run was ${{ env.ACTIONS_RUN_LOG }}.
200
200
201
-
check-pr-before-prepare:
202
-
needs: pr-metadata
203
-
if: >-
204
-
${{
205
-
needs.pr-metadata.outputs.number != '0' &&
206
-
github.event.workflow_run.conclusion == 'success'
207
-
}}
208
-
runs-on: ubuntu-latest
209
-
# This timeout should match or exceed the value of the timeout for Undeploy
210
-
timeout-minutes: 5
211
-
# This interrupts Build, Deploy, and pre-write Undeploy workflow runs in
{% data reusables.enterprise_management_console.save-settings %}
29
30
30
31
{% ifversion ghes = 3.0 or ghes > 3.0 %}
@@ -42,6 +43,8 @@ To allow network connections to the npm registry, you will need to configure net
42
43
43
44
Note that connections to `registry.npmjs.com` traverse through the Cloudflare network, and subsequently do not connect to a single static IP address; instead, a connection is made to an IP address within the CIDR ranges listed here: https://www.cloudflare.com/ips/.
44
45
46
+
If you wish to enable npm upstream sources, select `Enabled` for `npm upstreaming`.
0 commit comments