mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 03:57:42 +00:00
skip: step for dependabot PRs (#2317)
This commit is contained in:
parent
9d7201ded6
commit
684c5e6d94
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -74,6 +74,7 @@ jobs:
|
|||
|
||||
- name: Verify Changed files
|
||||
uses: tj-actions/verify-changed-files@v20
|
||||
if: github.actor != 'dependabot[bot]'
|
||||
id: changed_files
|
||||
with:
|
||||
files: |
|
||||
|
|
Loading…
Reference in a new issue