Skip to content

Commit

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

This reverts commit 091861f.
  • Loading branch information
sumitsuthar authored Sep 20, 2024
1 parent c3a96fe commit d608fff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@ 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 d608fff

Please sign in to comment.