Skip to content

Commit 990acf9

Browse files
committed
more tweaking
1 parent 027fe33 commit 990acf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/librarian_config_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version)
3131
go run "github.com/googleapis/librarian/tool/cmd/configcheck@${V}" .
3232
- name: Report any failures
33-
if: steps.config-check.outcome == 'failure'
33+
if: failure() && steps.config-check.outcome == 'failure'
3434
run: |
3535
echo "Library configuration is different between state.yaml and librarian.yaml.
3636
Update library configuration in the configs according to the error message and

0 commit comments

Comments
 (0)