File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111jobs :
1212 auto-merge :
1313 runs-on : ubuntu-latest
14- if : ${{ (github.actor == 'dependabot[bot]' || github.actor == 'HavenDV') && github.repository_owner == 'tryAGI' }}
14+ if : ${{ github.event.pull_request.draft == false && (github.actor == 'dependabot[bot]' || github.actor == 'HavenDV') && github.repository_owner == 'tryAGI' }}
1515 steps :
1616 - name : Dependabot metadata
1717 if : ${{ github.actor == 'dependabot[bot]' }}
Original file line number Diff line number Diff line change 77jobs :
88 test :
99 name : Test
10+ if : github.event.pull_request.draft == false
1011 uses : HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
1112 with :
1213 generate-build-number : false
You can’t perform that action at this time.
0 commit comments