Skip to content

Commit b0d7a86

Browse files
committed
Block memory/shared modifications in preparation of migration
1 parent 0fbd8ba commit b0d7a86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/restricted_paths.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- 'score/language/futurecpp/**'
4242
- 'score/language/safecpp/test/**'
4343
- 'score/mw/**'
44+
- 'score/memory/shared/**'
45+
- 'score/memory/design/shared_memory/**'
4446
- name: Block PR if restricted files are changed
4547
if: steps.filter.outputs.restricted == 'true' && github.event_name != 'merge_group'
4648
env:

0 commit comments

Comments
 (0)