Skip to content

Commit 65b1841

Browse files
committed
Add safety catch for first trial run of CoC rollout.
1 parent 1ba4a19 commit 65b1841

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coc-update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
exit 0
6363
fi
6464
65+
# Safety catch for initial testing.
66+
if [[ "${{ matrix.full_repo }}" != "beeware/bugjar" ]]; then
67+
echo "Initial safety catch... skipping non-bugjar..."
68+
exit 0
69+
fi
70+
6571
# Work within target repo
6672
cd targetrepo
6773

0 commit comments

Comments
 (0)