Skip to content

Commit

Permalink
Correct naming for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
kipparker committed Feb 20, 2024
1 parent e808de3 commit 770f89a
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_authentication.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Dev
name: Deploy Authentication

on:
workflow_run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_resource.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Dev
name: Deploy Resource

on:
workflow_run:
Expand Down

0 comments on commit 770f89a

Please sign in to comment.