Skip to content

Commit b3f29ac

Browse files
authored
fix: fix title check in dev_pr.yaml (#37)
## What's Changed We need to check out the repo to be checked.
1 parent 2885ea2 commit b3f29ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adbc_drivers_dev/templates/dev_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
steps:
50-
<% if driver == "dev" %>
5150
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5251
with:
5352
fetch-depth: 1
5453
persist-credentials: false
5554

55+
<% if driver == "dev" %>
5656
- name: Check PR title format
5757
env:
5858
PR_TITLE: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)