Skip to content

Commit

Permalink
ci(github): tweaked changed files detection
Browse files Browse the repository at this point in the history
This should address the (configuration?) issue where tj-actions/changed-files
would only detect one
last commit on push events

Related tickets: re: tj-actions/changed-files#953
  • Loading branch information
jan-molak committed Mar 10, 2023
1 parent 683d2fc commit 7183dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-detect-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
files: ${{ inputs.files }}
files_ignore: ${{ inputs.files-ignore }}
since_last_remote_commit: true

- name: Summary (no changes)
if: steps.changed-files.outputs.any_changed == 'false'
Expand Down

0 comments on commit 7183dc4

Please sign in to comment.