Skip to content

Merge pull request #791 from OpenSAK-Org/merge-beta-to-1.17.2 #1141

Merge pull request #791 from OpenSAK-Org/merge-beta-to-1.17.2

Merge pull request #791 from OpenSAK-Org/merge-beta-to-1.17.2 #1141

Workflow file for this run

name: CI
on:
push:
branches: [ main, beta ]
pull_request:
branches: [ main, beta ]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
uses: ./.github/workflows/quality.yml
test:
needs: quality
uses: ./.github/workflows/tests.yml