We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ec33e commit 441d918Copy full SHA for 441d918
1 file changed
.github/workflows/ci.yaml
@@ -85,6 +85,9 @@ jobs:
85
config: defconfig+debug
86
87
steps:
88
+ # TODO: remove as this was added to test notifications.
89
+ - run: exit 1
90
+
91
# Setup: variables.
92
- run: echo "JOBS=-j$(($(nproc) + 1))" >> $GITHUB_ENV
93
0 commit comments