feat: Add support for excluding files via files-ignore input (#369)
This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -10,14 +10,6 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cleanup-runs:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, 'main')"
|
||||
steps:
|
||||
- uses: rokroskar/workflow-run-cleanup-action@v0.3.3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
shellcheck:
|
||||
name: Run shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
@@ -231,7 +223,8 @@ jobs:
|
||||
.github/workflows/test.yml
|
||||
action.yml
|
||||
**/test.txt
|
||||
!test/test/test.txt
|
||||
files_ignore: |
|
||||
test/test/test.txt
|
||||
- name: Show output
|
||||
run: |
|
||||
echo '${{ toJSON(steps.changed-files-specific.outputs) }}'
|
||||
|
||||
Reference in New Issue
Block a user