Skip to content

Commit df88ee6

Browse files
committed
path
1 parent 4956cbb commit df88ee6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sync_native_dependency.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
if: github.repository == 'demisto/dockerFiles'
1010
steps:
1111
- uses: actions/checkout@v3
12-
with:
13-
fetch-depth: 0
1412
- name: Get changed files
1513
id: changed-files
1614
uses: tj-actions/changed-files@v41
@@ -30,4 +28,4 @@ jobs:
3028
cd "$GITHUB_WORKSPACE/utils/"
3129
pipenv install
3230
echo "==== $(date): Running chceking Native dependency ===="
33-
pipenv run ./compare_dependency_constraints.py
31+
pipenv run compare_dependency_constraints.py

0 commit comments

Comments
 (0)