Skip to content

Commit

Permalink
Skip deps change logic
Browse files Browse the repository at this point in the history
Skip checking for changes in dependencies for now
  • Loading branch information
ashishbijlani authored Mar 3, 2023
1 parent 205960b commit 21bc7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ runs:
uses: tj-actions/changed-files@v35

- name: Detect changed dependencies
if: false
shell: bash
run: |
input=$(echo "${{ inputs.DEPENDENCY_FILES }}" | sed 's/,/ /g')
Expand All @@ -57,7 +56,8 @@ runs:
break
fi
done
passed=true
echo "Detect changed dependencies -> CHECK_PASSED: $passed"
echo "CHECK_PASSED=$passed" >> $GITHUB_ENV
Expand Down

0 comments on commit 21bc7a4

Please sign in to comment.