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 4ec5859 commit c4464b2Copy full SHA for c4464b2
1 file changed
.github/workflows/python-app.yml
@@ -18,6 +18,7 @@ jobs:
18
build:
19
20
runs-on: ubuntu-latest
21
+ if: github.head_ref != 'docs' # Ignore test runs for docs
22
23
steps:
24
- name: Checkout code
0 commit comments