mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
CI/CD: Make titles easier to read (#3274)
This commit is contained in:
parent
6d5bfe9520
commit
af9e214175
3 changed files with 3 additions and 3 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "PR: Run Unit tests and Build artifacts for all platforms"
|
||||
name: "PR: Run UNIT tests and Build artifacts for all platforms"
|
||||
|
||||
# When will this pipeline be activated?
|
||||
# 1. On any pull-request, or if someone pushes to a branch called
|
||||
|
|
|
|||
2
.github/workflows/pr_integration_tests.yml
vendored
2
.github/workflows/pr_integration_tests.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "PR: Run integration tests"
|
||||
name: "PR: Run INTEGRATION tests"
|
||||
|
||||
# When will this pipeline be activated?
|
||||
# 1. On any pull-request, or if someone pushes to a branch called
|
||||
|
|
|
|||
2
.github/workflows/release_draft.yml
vendored
2
.github/workflows/release_draft.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: "Release: Make release candidate"
|
||||
name: "RELEASE: Make release candidate"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue