We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027fe33 commit 990acf9Copy full SHA for 990acf9
1 file changed
.github/workflows/librarian_config_check.yml
@@ -30,7 +30,7 @@ jobs:
30
V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version)
31
go run "github.com/googleapis/librarian/tool/cmd/configcheck@${V}" .
32
- name: Report any failures
33
- if: steps.config-check.outcome == 'failure'
+ if: failure() && steps.config-check.outcome == 'failure'
34
run: |
35
echo "Library configuration is different between state.yaml and librarian.yaml.
36
Update library configuration in the configs according to the error message and
0 commit comments