Skip to content

Commit c7eba5d

Browse files
committed
[devtools] config sync
1 parent 995a47a commit c7eba5d

File tree

2 files changed

+5
-71
lines changed

2 files changed

+5
-71
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/sync_configs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
run: |
1919
git clone https://github.com/dry-rb/devtools.git tmp/devtools
2020
21-
rsync --ignore-existing -av tmp/devtools/shared/ .
21+
if [ -f ".github/workflows/custom_ci.yml" ]; then
22+
rsync -av --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ;
23+
else
24+
rsync -av tmp/devtools/shared/ . ;
25+
fi
2226
2327
git config --local user.email "[email protected]"
2428
git config --local user.name "dry-bot"

0 commit comments

Comments
 (0)