Skip to content

Commit

Permalink
chore: use full names for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed Apr 1, 2023
1 parent 8f8e229 commit 3a15500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Test code
run: bundle exec rake spec
changelog:
name: changelog
name: 'Update CHANGELOG.md'
runs-on: ubuntu-latest
needs: test
if: |
Expand All @@ -66,7 +66,7 @@ jobs:
commit_message: 'chore: update changelog'
file_pattern: CHANGELOG.md
tag:
name: metadata
name: 'Set new version in metadata.json'
runs-on: ubuntu-latest
needs: test
if: |
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
file_pattern: metadata.json

release:
name: release
name: 'Release to Puppet Forge'
runs-on: ubuntu-latest
needs:
- tag
Expand Down

0 comments on commit 3a15500

Please sign in to comment.