ORV2-3211 - BVT: Void not refunding the total value #1655
Workflow file for this run
This file contains hidden or 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: 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 OpenShift and/or Promote Images | |
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.7.1 | |
secrets: | |
oc_namespace: ${{ vars.OC_NAMESPACE }} | |
oc_token: ${{ secrets.OC_TOKEN }} | |
with: | |
cleanup: helm | |
packages: dops frontend scheduler vehicles policy |