Skip to content

Commit

Permalink
rename job names in tag workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawlowski committed May 21, 2024
1 parent fe26fb9 commit 5aa0fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tag - Minor
on: workflow_dispatch

jobs:
build:
tag-minor:

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tag - Patch
on: workflow_dispatch

jobs:
build:
tag-patch:

runs-on: ubuntu-latest

Expand Down

0 comments on commit 5aa0fcb

Please sign in to comment.