mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-16 23:17:49 +00:00
Merge pull request #775 from tj-actions/chore/update-test
chore: update test
This commit is contained in:
commit
2125c059c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -909,7 +909,7 @@ jobs:
|
|||
bash
|
||||
- name: Run changed-files with custom sha
|
||||
id: changed-files-custom-sha
|
||||
if: github.event.action != 'closed'
|
||||
if: github.event_name == 'pull_request' && github.event.action != 'closed'
|
||||
uses: ./
|
||||
with:
|
||||
sha: ${{ github.event.pull_request.head.sha }}
|
||||
|
|
Loading…
Reference in a new issue