Skip to content

Commit

Permalink
Remove redundant job name keys
Browse files Browse the repository at this point in the history
Since they are all exactly the same as the job IDs.
  • Loading branch information
EliahKagan committed Aug 2, 2024
1 parent abeaca1 commit 00695ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
# and names the release after the version tag that was pushed. It's separate
# from building the release so that we only create the release once.
create-release:
name: create-release

runs-on: ubuntu-latest

# env:
Expand Down Expand Up @@ -73,8 +71,6 @@ jobs:
version: ${{ env.VERSION }}

build-release:
name: build-release

needs: [ create-release ]

strategy:
Expand Down Expand Up @@ -228,8 +224,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-macos-universal2-release:
name: build-macos-universal2-release

runs-on: macos-latest

needs: [ create-release, build-release ]
Expand Down Expand Up @@ -293,8 +287,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish-release:
name: publish-release

runs-on: ubuntu-latest

needs: [ create-release, build-release, build-macos-universal2-release ]
Expand Down

0 comments on commit 00695ec

Please sign in to comment.