Skip to content

Commit

Permalink
Validate envars
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 12, 2024
1 parent ab6018f commit 8976062
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ on:
concurrency:
group: ${{ github.workflow }}-edit-${{ github.event.number }}
cancel-in-progress: true

env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }}

jobs:
validate:
name: Validate PR
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
with:
markdown_links: |
- [Frontend](https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/) available
- [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca/) available
results:
name: Validate Results
Expand Down

0 comments on commit 8976062

Please sign in to comment.