-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0a7587
commit d9335d5
Showing
33 changed files
with
1,346 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: blast-query-master | ||
run-name: blast-query-master | ||
|
||
# Build and push nolabs image using GitHub Cache API | ||
# Only if relevant files were changed | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
build: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/build-docker.yaml | ||
with: | ||
microservice_name: "blast-query" | ||
|
||
push: | ||
if: github.repository == 'BasedLabs/NoLabs' | ||
needs: build | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/push-docker.yaml | ||
with: | ||
microservice_name: "blast-query" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: blast-query-pr | ||
run-name: blast-query-pr | ||
|
||
# Build and push nolabs image using GitHub Cache API | ||
# Only if relevant files were changed | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'microservices/blast_query/**' | ||
|
||
jobs: | ||
build: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/build-docker.yaml | ||
with: | ||
microservice_name: "blast-query" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.