Skip to content
Snippets Groups Projects
Unverified Commit 120dc56c authored by Vamsi Peri's avatar Vamsi Peri Committed by GitHub
Browse files

Revert "Run Cloverage job only on merge to `master` (#33270)" (#33396)

This reverts commit a5776529.
parent a5776529
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ jobs:
be-linter-cloverage:
needs: files-changed
if: github.ref_name == 'master' && needs.files-changed.outputs.backend_all == 'true'
if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true'
runs-on: ubuntu-22.04
timeout-minutes: 90
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment