Skip to content

Commit

Permalink
fix(ci): fix pr-validate (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 12, 2024
1 parent da45b9c commit 726a121
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ on:
concurrency:
group: ${{ github.workflow }}-edit-${{ github.event.number }}
cancel-in-progress: true

jobs:
validate:
name: Validate PR
env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }}
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.5.0
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 726a121

Please sign in to comment.