File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8888 uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
8989 with :
9090 files : ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}
91- files_ignore : ${{ inputs.path-pattern-ignore != '' && inputs.path-pattern-ignore || '' }}
91+ files_ignore : |
92+ ${{ inputs.path-pattern-ignore != '' && inputs.path-pattern-ignore || '' }}
93+ .github/**
94+ README.md
9295
9396 match :
9497 if : github.event.repository.fork == false # Skip running the job on the fork itself (It still runs on PRs on the upstream from forks)
@@ -341,7 +344,7 @@ jobs:
341344 startsWith(github.event_name, 'pull_request')
342345 && inputs.disable-comments != 'true'
343346 && needs.build.outputs.deployment_result
344- && needs.check.outputs.all_changed_files
347+ && needs.check.outputs.any_modified
345348 runs-on : ubuntu-latest
346349 needs :
347350 - check
You can’t perform that action at this time.
0 commit comments