Skip to content

Commit a64414a

Browse files
committed
Don't push CI packages for dependabot
1 parent 9b05a15 commit a64414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: github.event_name != 'pull_request'
7070
run: dotnet pack ${{ inputs.solution }} --configuration Release --no-build
7171
- name: Publish CI Packages
72-
if: github.event_name != 'pull_request'
72+
if: github.event_name != 'pull_request' && github.actor != 'dependabot[bot]'
7373
run: |
7474
for package in $(find -name "*.nupkg" | grep "minver" -v); do
7575

0 commit comments

Comments
 (0)