Skip to content

Commit

Permalink
feat(workflow): rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 3, 2024
1 parent 63991bb commit b6f1d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- completed

jobs:
post-suggestions:
comment-pr-post-suggestions:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/receive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
upload-patch:
receive-pr-upload-patch:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down

0 comments on commit b6f1d00

Please sign in to comment.