ci.yaml: Replace standard-tests.yaml by ci.yaml #2

Merged
Jan Lindemann merged 2 commits from jan/feature/20260608-ci-yaml-streamline-workflow into master 2026-06-08 19:32:27 +02:00 AGit

View file

@ -1,4 +1,4 @@
name: Standard CI tests
name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
@ -7,7 +7,8 @@ on:
- master
- main
- released
enable-email-notifications: true
jobs:
CI:
name: Packaging test - All supported platforms
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
name: Packaging test
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test