Skip to content

Commit

Permalink
Update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Jun 8, 2024
1 parent d62b7ba commit 8ce6dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
auto-merge:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
needs: rspec
if: always()
name: Publish report as ${{ matrix.results }}
name: publish report as ${{ matrix.results }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8ce6dc2

Please sign in to comment.