We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c8179 commit cb570aaCopy full SHA for cb570aa
.github/workflows/make-based-ci.yml
@@ -13,24 +13,6 @@ concurrency:
13
permissions: {}
14
15
jobs:
16
- poetry-checks:
17
- # FIXME: Remove when https://github.com/target/make-python-devex/issues/119 is fixed
18
- continue-on-error: true
19
- runs-on: ubuntu-latest
20
- permissions:
21
- pull-requests: write
22
- issues: write
23
- contents: read
24
- steps:
25
- - name: Checkout code
26
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27
- with:
28
- persist-credentials: false
29
- # This will post a comment on PRs when poetry.lock changes
30
- - name: Diff poetry.lock
31
- uses: colindean/diff-poetry-lock@nl
32
-
33
34
build:
35
strategy:
36
matrix:
0 commit comments