Skip to content

Merge pull request #817 from adobecom/MWPW-158599 #204

Merge pull request #817 from adobecom/MWPW-158599

Merge pull request #817 from adobecom/MWPW-158599 #204

Workflow file for this run

name: Release
on:
push:
branches:
- main
- stage
jobs:
clear-stage-cache:
if: github.ref == 'refs/heads/stage'
uses: ./.github/workflows/clear-cache.yml
with:
cpCode: 1551833
network: production
secrets: inherit
clear-prod-cache:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/clear-cache.yml
with:
cpCode: 1551836
network: production
secrets: inherit