1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Purge english only after deploy (#54828)

This commit is contained in:
Kevin Heis
2025-03-13 11:39:07 -07:00
committed by GitHub
parent 4c0b9f63fb
commit 0ea0e4507e

View File

@@ -65,7 +65,7 @@ jobs:
- name: Purge Fastly edge cache per language
if: ${{ !inputs.nuke_all }}
env:
LANGUAGES: ${{ inputs.languages }}
LANGUAGES: ${{ inputs.languages || 'en' }} # Temporary, only purge English on deploy. Set to empty string for all
run: npm run purge-fastly-edge-cache-per-language
- uses: ./.github/actions/slack-alert