Skip to content

Commit ca7d1b0

Browse files
committed
ci: fix b0rked PR workflow
1 parent ff1f9ab commit ca7d1b0

1 file changed

Lines changed: 16 additions & 28 deletions

File tree

.github/workflows/pr.yml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: PR review
22

33
permissions:
44
contents: read
5-
pull-requests: write
5+
pull-requests: read
6+
checks: write
67

78
on:
89
pull_request:
9-
branches-ignore:
10-
- 'dependabot/**'
1110
paths-ignore:
1211
- '**/dependabot.yml'
1312
- '**/bandit.yml'
@@ -19,37 +18,26 @@ on:
1918

2019
jobs:
2120
pyrefly:
22-
runs-on: ubuntu-slim
23-
steps:
24-
- uses: ./.github/workflows/inc_tc_pyrefly.yml
25-
with:
21+
uses: ./.github/workflows/inc_tc_pyrefly.yml
22+
with:
2623
tarball-flavor: none
2724

2825
pyright:
29-
runs-on: ubuntu-slim
30-
steps:
31-
- uses: ./.github/workflows/inc_tc_pyright.yml
32-
with:
33-
tarball-flavor: none
26+
uses: ./.github/workflows/inc_tc_pyright.yml
27+
with:
28+
tarball-flavor: none
3429

3530
basedpyright:
36-
runs-on: ubuntu-slim
37-
steps:
38-
- uses: ./.github/workflows/inc_tc_basedpyright.yml
39-
with:
40-
tarball-flavor: none
31+
uses: ./.github/workflows/inc_tc_basedpyright.yml
32+
with:
33+
tarball-flavor: none
4134

4235
mypy:
43-
runs-on: ubuntu-slim
44-
steps:
45-
- uses: ./.github/workflows/inc_tc_mypy.yml
46-
with:
47-
tarball-flavor: none
36+
uses: ./.github/workflows/inc_tc_mypy.yml
37+
with:
38+
tarball-flavor: none
4839

4940
ty:
50-
runs-on: ubuntu-slim
51-
steps:
52-
- uses: ./.github/workflows/inc_tc_ty.yml
53-
with:
54-
tarball-flavor: none
55-
41+
uses: ./.github/workflows/inc_tc_ty.yml
42+
with:
43+
tarball-flavor: none

0 commit comments

Comments
 (0)