Skip to content

fix(cicd): Finally have test environment up, this PR now merges working functionality back into dev. #9

fix(cicd): Finally have test environment up, this PR now merges working functionality back into dev.

fix(cicd): Finally have test environment up, this PR now merges working functionality back into dev. #9

Workflow file for this run

name: PR Closed
on:
pull_request:
types: [closed]
concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
cancel-in-progress: true
jobs:
cleanup:
name: Cleanup and Images
uses: ./.github/workflows/.pr-close.yml
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: helm
packages: backend/sites backend/sites-migration frontend/site-registry