Skip to content

Commit 3ab166d

Browse files
committed
Update ci.yml
1 parent b1d3799 commit 3ab166d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ jobs:
131131
run: src/ci/scripts/free-disk-space.sh
132132
if: matrix.free_disk
133133

134-
- run: exit 1
134+
- name: early exit
135+
run: exit 1
135136

136137
# Rust Log Analyzer can't currently detect the PR number of a GitHub
137138
# Actions build on its own, so a hint in the log message is needed to

0 commit comments

Comments
 (0)