Skip to content

Commit 8fd3f65

Browse files
committed
fix: remove redundant attributes
1 parent c8aa138 commit 8fd3f65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16+
# Run only on non-Dependabot PRs
1617
if: github.actor != 'dependabot[bot]'
1718
runs-on: ubuntu-latest
1819
strategy:

.github/workflows/dependabot-uv-lock.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ name: uv.lock on Dependabot PRs
77

88
on:
99
pull_request:
10-
types: [opened, synchronize]
11-
paths:
12-
- "pyproject.toml"
10+
paths: ["pyproject.toml"]
1311
permissions:
1412
contents: write
1513
pull-requests: write
1614
actions: write
1715

1816
jobs:
1917
uv-lock:
18+
# Run only on Dependabot PRs
2019
if: github.actor == 'dependabot[bot]'
2120
runs-on: ubuntu-latest
2221
steps:

0 commit comments

Comments
 (0)