Skip to content

Commit c4464b2

Browse files
committed
feat: do not run test for docs PRs
1 parent 4ec5859 commit c4464b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
build:
1919

2020
runs-on: ubuntu-latest
21+
if: github.head_ref != 'docs' # Ignore test runs for docs
2122

2223
steps:
2324
- name: Checkout code

0 commit comments

Comments
 (0)