Skip to content

Commit c9d3dc4

Browse files
update
1 parent eaa265b commit c9d3dc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bb-masking-semantic-type-global.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
uses: tj-actions/changed-files@v42
3535
with:
3636
files: |
37-
masking/masking-algorithm.json
3837
masking/semantic-type.json
38+
masking/global-masking-rule.json
3939
since_last_remote_commit: true
4040
fetch_depth: 0
4141
include_all_old_new_renamed_files: true
@@ -160,6 +160,7 @@ jobs:
160160
commentBody += `- Global Masking Rule: ${success ? '✅' : '❌'} ${status}\n`;
161161
}
162162
}
163+
163164
if (!apiCallsFound) {
164165
commentBody += `None`;
165166
}

0 commit comments

Comments
 (0)