Skip to content

Commit

Permalink
Tweak CI step names
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hodges <[email protected]>
  • Loading branch information
jhodges10 committed Jun 24, 2024
1 parent 07ccc1b commit fe70599
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pypi-publish
name: Publish Release to PyPI

on:
release:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Published
name: Publish Release
# This workflow is called when a new release is published in GitHub.


Expand All @@ -12,17 +12,17 @@ on:
types: [published]

jobs:
deploy-production:
name: Deploy to Production
load-repo:
name: Download GitHub repo
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 5
steps:
- uses: actions/checkout@v3

announce-production:
announce-release:
runs-on: ubuntu-latest
name: Announce successful deployment
needs: [pypi-publish]
name: Announce successful release
needs: [load-repo]
steps:
- name: Convert markdown to slack markdown
# https://github.com/LoveToKnow/slackify-markdown-action
Expand Down

0 comments on commit fe70599

Please sign in to comment.