Skip to content

Commit 60a117a

Browse files
committed
Don't run license automation on draft PRs
1 parent f1c1fac commit 60a117a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-license-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
check:
17+
if: ${{ github.event.pull_request.draft == false }}
1718
runs-on: ubuntu-latest
1819
steps:
1920
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)