Skip to content
Snippets Groups Projects
Unverified Commit adb3ea3b authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

Add run-cloverage tag to run Cloverage on non-master branches (#38732)

parent ffd43d9c
No related merge requests found
......@@ -6,7 +6,7 @@ on:
- "master"
- "release-**"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
......@@ -65,7 +65,8 @@ jobs:
be-linter-cloverage:
needs: files-changed
if: github.ref_name == 'master' && needs.files-changed.outputs.backend_all == 'true'
if: (github.ref_name == 'master' && needs.files-changed.outputs.backend_all == 'true')
|| contains(github.event.pull_request.labels.*.name, 'run-cloverage')
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