Skip to content

chore(deps): update metabase/metabase docker tag to v0.50.4 #36

chore(deps): update metabase/metabase docker tag to v0.50.4

chore(deps): update metabase/metabase docker tag to v0.50.4 #36

Workflow file for this run

name: Pull Request Closed
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- closed
concurrency:
# PR open and close use the same group, allowing only one at a time
group: pr-${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
# Clean up OpenShift when PR closed, no conditions
cleanup-openshift:
name: Cleanup OpenShift
runs-on: ubuntu-22.04
steps:
- name: Remove OpenShift artifacts
run: |
oc login --token=${{ secrets.OC_TOKEN }} --server=${{ vars.OC_SERVER }}
oc project ${{ vars.OC_NAMESPACE }}
# Remove old build runs, build pods and deployment pods
helm uninstall nr-metabase-${{ github.event.number }}