We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c77f50 commit df6cb36Copy full SHA for df6cb36
.github/workflows/pytest.yml
@@ -25,4 +25,4 @@ jobs:
25
- run: flake8
26
- run: pytest
27
- run: cc-test-reporter after-build
28
- if: ${{ github.repository == 'amancevice/python-lambda-gateway' }}
+ if: ${{ github.event_name != 'pull_request' }}
0 commit comments