Skip to content

Commit 136ff29

Browse files
committed
Try an actual safety catch.
1 parent 65b1841 commit 136ff29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coc-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
fi
6464
6565
# Safety catch for initial testing.
66-
if [[ "${{ matrix.full_repo }}" != "beeware/bugjar" ]]; then
67-
echo "Initial safety catch... skipping non-bugjar..."
66+
if [[ "${{ matrix.full_repo }}" != "beeware/colosseum" ]]; then
67+
echo "Initial safety catch... skipping non-colosseum..."
6868
exit 0
6969
fi
7070

0 commit comments

Comments
 (0)