Skip to content

Commit 860aece

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--ksef-client
2 parents b75df92 + bda782b commit 860aece

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/python-application.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717
jobs:
1818
lint:
1919
runs-on: ubuntu-latest
20-
if: github.event_name == 'pull_request'
2120

2221
steps:
2322
- uses: actions/checkout@v4
@@ -43,7 +42,6 @@ jobs:
4342
4443
test:
4544
runs-on: ubuntu-latest
46-
if: github.event_name == 'pull_request'
4745

4846
steps:
4947
- uses: actions/checkout@v4
@@ -109,10 +107,3 @@ jobs:
109107
- name: Run tests
110108
run: |
111109
python -m pytest
112-
113-
- name: Upload .coverage artifact
114-
uses: actions/upload-artifact@v4
115-
with:
116-
name: coverage-${{ matrix.python-version }}
117-
path: |
118-
.coverage

0 commit comments

Comments
 (0)