Skip to content

Commit

Permalink
Merge pull request #3497 from department-of-veterans-affairs/pull-req…
Browse files Browse the repository at this point in the history
…uest-build-workflow

Remove development and staging environments from build check
  • Loading branch information
jamigibbs authored Nov 6, 2024
2 parents b867127 + f7b3450 commit 63ff495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
environment: [{ bucket: dev-design.va.gov, config: dev.yml }, { bucket: staging-design.va.gov, config: staging.yml }, { bucket: design.va.gov, config: prod.yml }]
environment: [ { bucket: design.va.gov, config: prod.yml }]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 63ff495

Please sign in to comment.