Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f78ae commit 268ade2Copy full SHA for 268ade2
.github/workflows/unit_tests.yml
@@ -4,13 +4,12 @@ on:
4
pull_request:
5
6
jobs:
7
- check-changes:
+ check_skip_tests:
8
uses: ./.github/workflows/check_skip_tests.yml
9
with:
10
base-sha: ${{ github.event.pull_request.base.sha }}
11
head-sha: ${{ github.event.pull_request.head.sha }}
12
excluded-dirs: 'docs/**,tests/**,examples/**'
13
- id: check_skip_tests
14
15
unit-test-python:
16
if: ${{ steps.check_skip_tests.outputs.skip_tests == 'false' }}
0 commit comments