Skip to content

Commit

Permalink
fix: another change
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Dec 6, 2024
1 parent 29a2308 commit 2ae8748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-task-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
task/**
task/**/**
dir_names: "true"
dir_names_max_depth: "3"
dir_names_min_depth: "3"

- name: Check if task contains tests
if: steps.changed-dirs.outputs.any_changed == 'true'
Expand Down

0 comments on commit 2ae8748

Please sign in to comment.