Skip to content

Commit

Permalink
chore(ci): make release workflows less confusing (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Sep 11, 2024
1 parent 6cb245a commit 6bbcce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
workflow_dispatch:
name: Auto-version
name: Manually Create New Release
jobs:
semver-tag:
name: Conventional Commits Auto-version
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
name: Release
name: Automatically Build Release
jobs:
build-runner:
name: Build Runner Docker Image
Expand Down

0 comments on commit 6bbcce8

Please sign in to comment.