Skip to content

Commit 56751f6

Browse files
committed
🐛 fix: remove nonexistent repos from CI
Signed-off-by: FurryR <awathefox@gmail.com>
1 parent 6ba0e0f commit 56751f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
"scratch-fuse/compiler"
7878
"scratch-fuse/serializer"
7979
"scratch-fuse/builtins"
80-
"scratch-fuse/formatter",
81-
"scratch-fuse/fuse-lang"
8280
)
8381
8482
for repo in "${REPOS[@]}"; do
@@ -93,4 +91,3 @@ jobs:
9391
&& echo "✓ Successfully triggered $repo" \
9492
|| echo "✗ Failed to trigger $repo"
9593
done
96-

0 commit comments

Comments
 (0)