We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349186d commit aaf819dCopy full SHA for aaf819d
2 files changed
.github/workflows/bionemo-recipes.yml
@@ -35,8 +35,8 @@ jobs:
35
dir_names: true
36
dir_names_max_depth: 2
37
files: |
38
- 'models/**'
39
- 'recipes/**'
+ models/**
+ recipes/**
40
41
- name: Show output
42
run: |
.github/workflows/unit-tests.yml
@@ -35,9 +35,9 @@ jobs:
with:
base_sha: main
- '!models/**'
- '!recipes/**'
- '!**.md'
+ !models/**
+ !recipes/**
+ !**.md
43
0 commit comments