Skip to content

Commit

Permalink
ci: Added workflow run trigger to Azure site extension publish job (#…
Browse files Browse the repository at this point in the history
…2575)

Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard authored Sep 16, 2024
1 parent 943a83e commit e8ae942
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@ name: Azure Site Extension

on:
workflow_dispatch:
workflow_run:
workflows: ["Create Release"]
types:
- completed

env:
SPEC_FILE_TEMPLATE: 'NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec'

jobs:
create_extension_bundle:
runs-on: windows-latest
if:
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success') ||
(github.event_name == 'workflow_dispatch')

strategy:
matrix:
Expand Down

0 comments on commit e8ae942

Please sign in to comment.