Skip to content

Merge pull request #817 from OpenSAK-Org/merge-beta-to-1.18.0 #1179

Merge pull request #817 from OpenSAK-Org/merge-beta-to-1.18.0

Merge pull request #817 from OpenSAK-Org/merge-beta-to-1.18.0 #1179

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