Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

feat: [BB-191] Feature** Fields and Soil Stage 2 #53

feat: [BB-191] Feature** Fields and Soil Stage 2

feat: [BB-191] Feature** Fields and Soil Stage 2 #53

Workflow file for this run

name: PR Closed
# Switch back to pull_request to re-enable!
on:
workflow_dispatch:
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: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: label
packages: database backend frontend