Skip to content

Commit

Permalink
Merge pull request #3 from sharkinsspatial/revert-1-fork_diffing
Browse files Browse the repository at this point in the history
Revert "Fork diffing"
  • Loading branch information
sharkinsspatial authored May 18, 2021
2 parents 0061f13 + 7e931fd commit 96054e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-recipe-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: changed-files
# Set outputs using the command.
run: |
echo "::set-output name=all::$(git diff --name-only master | xargs)"
echo "::set-output name=all::$(git diff --name-only --diff-filter=ACMRT ${{ github.event.client_payload.pull_request.head.sha }} ${{ github.event.client_payload.pull_request.base.sha }} | xargs)"
- name: Locate pr meta.yaml
id: meta
Expand Down

0 comments on commit 96054e5

Please sign in to comment.