mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
chore: removed unused code (#534)
This commit is contained in:
parent
3df9c18651
commit
34a865a2b2
1 changed files with 0 additions and 10 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -19,16 +19,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: shellcheck
|
||||
uses: reviewdog/action-shellcheck@v1.15
|
||||
|
||||
test-missing-git:
|
||||
name: Test changed-files without git.
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Run changed-files with defaults
|
||||
id: changed-files
|
||||
continue-on-error: true
|
||||
uses: ./
|
||||
|
||||
test-pull-requests-from-forks:
|
||||
name: Test changed-files diff on pull_requests from forks
|
||||
|
|
Loading…
Reference in a new issue