Skip to content

Commit

Permalink
change "name" field
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Oct 13, 2023
1 parent 3f57387 commit 30ca170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: StackExchange/dnscontrol/build
name: "PR: Run all tests"
on:
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-*

name: draft release
name: "Release: Make release candidate"
jobs:
draft_release:
name: draft release
Expand Down

0 comments on commit 30ca170

Please sign in to comment.