Skip to content

SWF: Add concurrency group to PR Build workflow #4

SWF: Add concurrency group to PR Build workflow

SWF: Add concurrency group to PR Build workflow #4

Workflow file for this run

name: Sonar Analysis
on:
push:
branches: [ stable/6.5.x ]
pull_request:
concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true
jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
runs-on: ubuntu-latest
steps:
- name: Analyse Project
uses: exo-actions/sonarcloud-action@v1
with:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}