Skip to content

Commit

Permalink
make jobs names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Feb 2, 2024
1 parent 4acd465 commit fddaf04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
pre-release:
dependencies:
name: Dependencies
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- v*
jobs:
pre-release:
release:
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fddaf04

Please sign in to comment.