Skip to content

Commit 82262ba

Browse files
Check PR description
1 parent 4594404 commit 82262ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/description-check-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
types: [opened, edited, synchronize, reopened, ready_for_review]
66

77
jobs:
8-
ci:
9-
runs-on: self-hosted
8+
run-desc-check:
9+
runs-on: ubuntu-latest
10+
if: github.event.pull_request.draft == false
1011
steps:
1112
- uses: actions/checkout@v3
1213
- name: Print PR info to console

0 commit comments

Comments
 (0)