Skip to content

Commit d650902

Browse files
authored
fix(ci): Publish only on human trigger (#852)
1 parent c160e05 commit d650902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
nuget:
1515
name: Publish
16-
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
16+
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
1717
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.27
1818
with:
1919
workflowName: ${{ github.event.workflow_run.name }}

0 commit comments

Comments
 (0)