Skip to content

Commit b4793bc

Browse files
committed
add action-test to conclusion job again
1 parent 33eed78 commit b4793bc

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
@@ -185,6 +185,7 @@ jobs:
185185
- zizmor
186186
- package
187187
- rustfmt
188+
- action-test
188189
- clippy
189190
# !cancelled() executes the job regardless of whether the previous jobs passed, failed or get skipped.
190191
if: ${{ !cancelled() }}
@@ -198,4 +199,4 @@ jobs:
198199
# Print the dependent jobs to see them in the CI log
199200
printf '%s\n' "$NEEDS_JSON" | jq -C
200201
# Check if all jobs that we depend on (in the needs array) were successful.
201-
printf '%s\n' "$NEEDS_JSON" | jq --exit-status 'all(.result == "success")'
202+
printf '%s\n' "$NEEDS_JSON" | jq --exit-status 'all(.result == "success" or .result == "skipped")'

0 commit comments

Comments
 (0)