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 9b05a15 commit a64414aCopy full SHA for a64414a
.github/workflows/build-workflow.yml
@@ -69,7 +69,7 @@ jobs:
69
if: github.event_name != 'pull_request'
70
run: dotnet pack ${{ inputs.solution }} --configuration Release --no-build
71
- name: Publish CI Packages
72
- if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request' && github.actor != 'dependabot[bot]'
73
run: |
74
for package in $(find -name "*.nupkg" | grep "minver" -v); do
75
0 commit comments