diff --git a/.github/workflows/standard-tests.yaml b/.github/workflows/ci.yaml similarity index 72% rename from .github/workflows/standard-tests.yaml rename to .github/workflows/ci.yaml index 80b6f313..6d35e3c8 100644 --- a/.github/workflows/standard-tests.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/make/project.conf b/make/project.conf index b9231d0c..9641d6d5 100644 --- a/make/project.conf +++ b/make/project.conf @@ -36,7 +36,7 @@ build = realpath [pkg.requires.suse] run = python3 -release = rpmbuild, python3-base, python3-pyright +release = rpmbuild, python3-base [pkg.requires.debian] run = python3