Skip to content

Commit 3ed7ccc

Browse files
author
Tom Nijboer
committed
ci: fix workflow
1 parent 1dda2d8 commit 3ed7ccc

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/tests.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,37 @@ permissions: {}
1717

1818
jobs:
1919
changes:
20-
name: Detect changed files
21-
runs-on: ubuntu-latest
22-
outputs:
23-
project: ${{ steps.changes.outputs.project }}
24-
fixtures-pypi: ${{ steps.changes.outputs.fixtures-pypi }}
25-
src: ${{ steps.changes.outputs.src }}
26-
tests: ${{ steps.changes.outputs.tests }}
27-
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29-
with:
30-
persist-credentials: false
20+
name: Detect changed files
21+
runs-on: ubuntu-latest
22+
outputs:
23+
project: ${{ steps.changes.outputs.project }}
24+
fixtures-pypi: ${{ steps.changes.outputs.fixtures-pypi }}
25+
src: ${{ steps.changes.outputs.src }}
26+
tests: ${{ steps.changes.outputs.tests }}
27+
steps:
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
with:
30+
persist-credentials: false
3131

32-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
33-
id: changes
34-
with:
35-
filters: |
36-
workflow: &workflow
37-
- '.github/actions/**'
38-
- '.github/workflows/tests.yaml'
39-
- '.github/workflows/.tests-matrix.yaml'
40-
project: &project
41-
- *workflow
42-
- 'poetry.lock'
43-
- 'pyproject.toml'
44-
src:
45-
- *project
46-
- 'src/**/*.py'
47-
tests:
48-
- *project
49-
- 'src/**/*.py'
50-
- 'tests/**'
32+
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
33+
id: changes
34+
with:
35+
filters: |
36+
workflow: &workflow
37+
- '.github/actions/**'
38+
- '.github/workflows/tests.yaml'
39+
- '.github/workflows/.tests-matrix.yaml'
40+
project: &project
41+
- *workflow
42+
- 'poetry.lock'
43+
- 'pyproject.toml'
44+
src:
45+
- *project
46+
- 'src/**/*.py'
47+
tests:
48+
- *project
49+
- 'src/**/*.py'
50+
- 'tests/**'
5151
5252
lockfile:
5353
name: Check poetry.lock

0 commit comments

Comments
 (0)