1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Remove azure refs from .github directory (#54167)

This commit is contained in:
Hector Alfaro
2025-01-29 12:12:26 -05:00
committed by GitHub
parent 01c0fdc21c
commit 785cb83d8e
4 changed files with 6 additions and 12 deletions

View File

@@ -23,9 +23,8 @@ runs:
key: pageinfo-cache-
restore-keys: pageinfo-cache-
# When we use this composite action from the workflows like
# Azure Preview Deploy and Azure Production Deploy, we don't have
# any Node installed or any of its packages. I.e. we never
# When we use this composite action from deployment workflows
# we don't have any Node installed or any of its packages. I.e. we never
# run `npm ci` in those actions. For security sake.
# So we can't do things that require Node code.
# Tests and others will omit the `restore-only` input, but

View File

@@ -20,9 +20,8 @@ runs:
key: remotejson-cache-
restore-keys: remotejson-cache-
# When we use this composite action from the workflows like
# Azure Preview Deploy and Azure Production Deploy, we don't have
# any Node installed or any of its packages. I.e. we never
# When we use this composite action from deployment workflows
# we don't have any Node installed or any of its packages. I.e. we never
# run `npm ci` in those actions. For security sake.
# So we can't do things that require Node code.
# Tests and others will omit the `restore-only` input, but