Skip to content

Commit

Permalink
chore: fix staging deploys (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga authored Mar 8, 2024
1 parent 3ef6231 commit 8c39d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api_staging.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy_api_prod
name: deploy_api_staging

on: workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_staging.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy_app_dev
name: deploy_app_staging

on: workflow_dispatch

Expand Down

0 comments on commit 8c39d25

Please sign in to comment.