Skip to content

Commit

Permalink
Turn off validation in the check workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hollands <[email protected]>
  • Loading branch information
MichelHollands committed Apr 5, 2024
1 parent 681a24d commit df808e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build_image": "grafana/loki-build-image:0.33.1-golangci.1.51.2"
"golang_ci_lint_version": "v1.51.2"
"release_lib_ref": "loki-2.9.x"
"skip_validation": false
"skip_validation": true
"use_github_app_token": true
"name": "check"
"on":
Expand Down

0 comments on commit df808e1

Please sign in to comment.