Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only need to build and deploy solr for dev not prod
Browse files Browse the repository at this point in the history
aprilrieger committed Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ba0b96b commit c98c360
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
@@ -25,17 +25,13 @@ jobs:
with:
platforms: "linux/amd64"
webTarget: web
workerTarget: web
solrTarget: solr
test:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
webTarget: web
workerTarget: web
lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
webTarget: web
workerTarget: web
webTarget: web

0 comments on commit c98c360

Please sign in to comment.