Merge pull request #867 from adobecom/MWPW-160726_ #254
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |