Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 268ade2

Browse files
fix: removing id
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent a6f78ae commit 268ade2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ on:
44
pull_request:
55

66
jobs:
7-
check-changes:
7+
check_skip_tests:
88
uses: ./.github/workflows/check_skip_tests.yml
99
with:
1010
base-sha: ${{ github.event.pull_request.base.sha }}
1111
head-sha: ${{ github.event.pull_request.head.sha }}
1212
excluded-dirs: 'docs/**,tests/**,examples/**'
13-
id: check_skip_tests
1413

1514
unit-test-python:
1615
if: ${{ steps.check_skip_tests.outputs.skip_tests == 'false' }}

0 commit comments

Comments
 (0)