Skip to content

Commit 6a5cc2e

Browse files
committed
cd: Allow debug folder in evaluation branch
They are all norminette conform.
1 parent b37b668 commit 6a5cc2e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/actions/cleanup_full/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ runs:
99
-type f ! -name '*.c' ! -name '*.h' ! -name '*.mk' ! -name 'Makefile' ! -name '.gitignore' \
1010
-exec rm -rf {} +
1111
find . -type d -empty -delete
12-
rm -rf source/debug
1312
shell: bash

.github/actions/cleanup_partial/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ runs:
99
-type f ! -name '*.c' ! -name '*.h' ! -name '*.mk' ! -name 'Makefile' ! -name '.gitignore' \
1010
-exec rm -rf {} +
1111
find . -type d -empty -delete
12-
rm -rf source/debug
1312
shell: bash

0 commit comments

Comments
 (0)