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 29e27d8 commit fa49cefCopy full SHA for fa49cef
.github/workflows/python-package.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
build-prod:
11
+ if: ${{ github.event_name }} != 'pull_request'
12
strategy:
13
fail-fast: false
14
matrix:
0 commit comments