Skip to content

Commit df6cb36

Browse files
author
Alexander Mancevice
committed
run after-build unless pull request
1 parent 0c77f50 commit df6cb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- run: flake8
2626
- run: pytest
2727
- run: cc-test-reporter after-build
28-
if: ${{ github.repository == 'amancevice/python-lambda-gateway' }}
28+
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)