Skip to content
Snippets Groups Projects
Unverified Commit a5776529 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

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

parent 6e2a43de
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.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true'
if: github.ref_name == 'master' && 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