We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f2038 commit 3344029Copy full SHA for 3344029
.github/workflows/unit-tests-framework.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
base_sha: main
37
files: |
38
+ **
39
!models/**
40
!recipes/**
41
!**.md
@@ -100,7 +101,7 @@ jobs:
100
101
- get-pr-labels
102
- changed-files
103
runs-on: linux-amd64-cpu16
- # We want this to run
104
+ # We want this to run on schedule events even if no files have changed
105
if: ${{ github.event_name == 'schedule' || (!contains(fromJSON(needs.get-pr-labels.outputs.labels || '[]'), 'SKIP_CI') && needs.changed-files.outputs.any_changed == 'true') }}
106
steps:
107
- name: Login to Docker Hub
0 commit comments