Skip to content

SONARJAVA-5824 Migrate QA from Cirrus to Github actions #3

SONARJAVA-5824 Migrate QA from Cirrus to Github actions

SONARJAVA-5824 Migrate QA from Cirrus to Github actions #3

Workflow file for this run

name: Build
on:
push:
branches:
- master
- branch-*
- dogfood-*
pull_request:
workflow_dispatch:
schedule:
- cron: "30 1 * * *" # Run daily at 01:30 AM UTC
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
plugin-qa:
strategy:
matrix:
sq_version:
- LATEST_RELEASE
- DEV
name: Plugin QA - SQ ${{ matrix.sq_version }}
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
contents: write
env:
BUILD_NUMBER: 40642
steps:
- name: QA
run: |
echo "Running QA for SonarQube version ${{ matrix.sq_version }}"