We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c160e05 commit d650902Copy full SHA for d650902
.github/workflows/publish-nuget.yml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
nuget:
15
name: Publish
16
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
17
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.27
18
with:
19
workflowName: ${{ github.event.workflow_run.name }}
0 commit comments