Skip to content

Commit 88c1341

Browse files
authored
chore: regenerate workflows (#114)
## What's Changed The generated workflows were out of date and the dev_pr.yml workflow specifically needed a fix to address CI failures. See #113. To create this PR, I installed `adbc-drivers/dev` and ran `adbc-gen-workflow generate .` in this repo.
1 parent f0afca8 commit 88c1341

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/dev_issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# "License"); you may not use this file except in compliance
1212
# with the License. You may obtain a copy of the License at
1313
#
14-
# http://www.apache.org/licenses/LICENSE-2.0
14+
# http://www.apache.org/licenses/LICENSE-2.0
1515
#
1616
# Unless required by applicable law or agreed to in writing,
1717
# software distributed under the License is distributed on an
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
issues: write
3636
if: github.event.comment.body == 'take'
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-slim
3838
steps:
3939
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4040
with:

.github/workflows/dev_pr.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ permissions:
4040
jobs:
4141
pr_standard:
4242
name: "Check PR"
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-slim
4444

4545
steps:
46+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47+
with:
48+
fetch-depth: 1
49+
persist-credentials: false
50+
4651
- name: Check PR title format
4752
env:
4853
PR_TITLE: ${{ github.event.pull_request.title }}

go/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)