Skip to content

Commit

Permalink
ci: fixing experimental workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Feb 19, 2024
1 parent f00689d commit 7e21a4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
persist-credentials: false
- name: Find Updated Packages and crates
id: filter
run: |
Expand All @@ -51,6 +48,7 @@ jobs:
# Get the comparison point in the repo
comparison_point="origin/${base_ref}"
echo "The comparison point is $comparison_point"
for changed_file in $(git diff --name-only ${comparison_point}...)
do
Expand Down

0 comments on commit 7e21a4b

Please sign in to comment.