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.
2 parents 7ce4882 + b0d7a86 commit 82f9402Copy full SHA for 82f9402
1 file changed
.github/workflows/restricted_paths.yml
@@ -41,6 +41,8 @@ jobs:
41
- 'score/language/futurecpp/**'
42
- 'score/language/safecpp/test/**'
43
- 'score/mw/**'
44
+ - 'score/memory/shared/**'
45
+ - 'score/memory/design/shared_memory/**'
46
- name: Block PR if restricted files are changed
47
if: steps.filter.outputs.restricted == 'true' && github.event_name != 'merge_group'
48
env:
0 commit comments