Skip to content

Commit

Permalink
add manual approval job before publishing the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 26, 2024
1 parent 4654555 commit 788c80c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,22 @@ extends:
displayName: Release
dependsOn: package
jobs:
- job: approval
displayName: Manual Approval
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: ubuntu-latest
os: linux
timeoutInMinutes: 5760 # job times out in 4 days
steps:
- task: ManualValidation@0
timeoutInMinutes: 4320 # task times out in 3 days
inputs:
notifyUsers: $(REVIEWER)
instructions: 'Review the AzureAuth GitHub Release.'
- job: release
displayName: Release
dependsOn: approval
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: ubuntu-latest
Expand Down

0 comments on commit 788c80c

Please sign in to comment.