There was an error while loading. Please reload this page.
1 parent 2337f46 commit 9b09e7aCopy full SHA for 9b09e7a
1 file changed
.github/workflows/cd.yml
@@ -16,7 +16,7 @@ permissions:
16
17
jobs:
18
CD:
19
- if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.repository }}
20
name: Deploy plugin
21
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.0.0
22
with:
0 commit comments