Skip to content

Commit 3344029

Browse files
authored
Update unit-tests-framework.yml
make sure framework CI runs when files are changed Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent c4f2038 commit 3344029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests-framework.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
base_sha: main
3737
files: |
38+
**
3839
!models/**
3940
!recipes/**
4041
!**.md
@@ -100,7 +101,7 @@ jobs:
100101
- get-pr-labels
101102
- changed-files
102103
runs-on: linux-amd64-cpu16
103-
# We want this to run
104+
# We want this to run on schedule events even if no files have changed
104105
if: ${{ github.event_name == 'schedule' || (!contains(fromJSON(needs.get-pr-labels.outputs.labels || '[]'), 'SKIP_CI') && needs.changed-files.outputs.any_changed == 'true') }}
105106
steps:
106107
- name: Login to Docker Hub

0 commit comments

Comments
 (0)