ci.yaml: Replace standard-tests.yaml by ci.yaml #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260608-ci-yaml-streamline-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
standard-tests.yaml: Rename to ci.yaml
In another attempt at making CI workflow naming more concise:
Rename standard-tests.yaml to ci.yaml
Currently the contents of this file covers everything CI-related that happens in the context workflows, so for the time being, naming it ci.yaml is just fitting. And it's going to be shorter in commit message summaries. Should a real need arise, we can always split the file up again.
Shorten names again, otherwise they don't fit into Forgejo's check-mark-popup. That should be self-explanatory in context:
name: Default CI -> CI
jobs.CI.name: Packaging test - All supported platforms -> Packaging test
ci.yaml: enable-email-notifications: true
Add enable-email-notifications: true. This seems to be needed for sending information about failed runs. Apparently it doesn't make it difference if I add it to ci/workflows/.github/workflows/test-packaging.yaml.
9e4b216ef000af6a2b37