We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53f4cc commit d60175bCopy full SHA for d60175b
.github/workflows/bb-masking-semantic-type-global.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Apply global masking rule
86
id: apply-global-masking-rule
87
- if: ${{ steps.changed-files.outputs.any_changed == 'true' && contains(steps.changed-files.outputs.all_changed_files, '/global-masking-rule.json') }}
+ if: ${{ steps.changed-files.outputs.any_changed == 'true' && contains(steps.changed-files.outputs.all_changed_files, 'global-masking-rule.json') }}
88
run: |
89
# Process all global-masking-rule.json files
90
echo "${{ steps.changed-files.outputs.all_changed_files }}" | tr ' ' '\n' | grep "global-masking-rule.json" | while read -r CHANGED_FILE; do
0 commit comments