mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-17 22:56:38 +02:00
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 -> CIjobs.CI.name: Packaging test - All supported platforms -> Packaging testSigned-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b43c4ccbc3
commit
021761f924
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Standard CI tests
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
|
@ -9,5 +9,5 @@ on:
|
|||
- released
|
||||
jobs:
|
||||
CI:
|
||||
name: Packaging test - All supported platforms
|
||||
name: Packaging test
|
||||
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
|
||||
Loading…
Add table
Add a link
Reference in a new issue