Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 4, 2024
1 parent 1fabee8 commit c1a0a10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create gcloud config
run: |
echo "$BIOSIMULATIONS_GCLOUD_CONFIG" > ./assets/docker/configs/.biosimulations.json
echo "$BIOSIMULATIONS_GCLOUD_CONFIG" > ./assets/docker/config/.biosimulations.json
env:
BIOSIMULATIONS_GCLOUD_CONFIG: ${{ secrets.BIO_JSON_CONTENT }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Deploy Microservices
# on:
# workflow_dispatch:
on:
workflow_dispatch:
workflow_run:
workflows: ["Deploy Base Image"]
types:
Expand Down

0 comments on commit c1a0a10

Please sign in to comment.