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

fix: variable not initialized raising an error #337

fix: variable not initialized raising an error

fix: variable not initialized raising an error #337

Workflow file for this run

name: PR Validate
on:
pull_request:
types: [edited, opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-edit-${{ github.event.number }}
cancel-in-progress: true
jobs:
validate:
name: Validate PR
if: (! github.event.pull_request.draft)
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
results:
name: Validate Results
needs: [validate]
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow completed successfully!"