Skip to content

Commit

Permalink
Merge pull request #93 from Lombiq/issue/NEST-338
Browse files Browse the repository at this point in the history
NEST-338: Using issue branch in deploy and reset workflows for testing purposes
  • Loading branch information
Piedone authored Nov 7, 2022
2 parents d7246ee + fd79ddd commit c9f1b42
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-to-azure-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
enable-AzPSSession: true

- name: Initialize PowerShell modules
uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@feature/github-actions
uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev

- name: Stop Web App Slot
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset-azure-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
enable-AzPSSession: true

- name: Initialize PowerShell modules
uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@feature/github-actions
uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev

- name: Stop Web App Slot
run: |
Expand Down

0 comments on commit c9f1b42

Please sign in to comment.