Skip to content

Commit 441d918

Browse files
committed
Make the CI fail to test notifications
1 parent 74ec33e commit 441d918

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
config: defconfig+debug
8686

8787
steps:
88+
# TODO: remove as this was added to test notifications.
89+
- run: exit 1
90+
8891
# Setup: variables.
8992
- run: echo "JOBS=-j$(($(nproc) + 1))" >> $GITHUB_ENV
9093

0 commit comments

Comments
 (0)