Skip to content

Commit

Permalink
Adding manual deployment to dev for testing
Browse files Browse the repository at this point in the history
- Adding manual deployment to dev for testing
  • Loading branch information
singhgss authored Dec 5, 2024
1 parent b8328d5 commit 7bc1bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_dev_env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy to Dev environment upon Release

on:
workflow_dispatch:
workflow_run:
workflows: [Azure CAC Release]
types:
Expand Down Expand Up @@ -384,4 +385,4 @@ jobs:
}
azPSVersion: "latest"
env:
UNIQUENAME_SUFFIX_DEV: ${{ vars.UNIQUENAME_SUFFIX_DEV }}
UNIQUENAME_SUFFIX_DEV: ${{ vars.UNIQUENAME_SUFFIX_DEV }}

0 comments on commit 7bc1bd3

Please sign in to comment.