Skip to content

Smoke E2E Test for Sign-PDF (#923) #308

Smoke E2E Test for Sign-PDF (#923)

Smoke E2E Test for Sign-PDF (#923) #308

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
command: delete
secrets: inherit
clear-prod-cache:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/clear-cache.yml
with:
cpCode: 1551836
network: production
command: delete
secrets: inherit